GithubHelp home page GithubHelp logo

trbhoang / sample-serverless-typescript-mongo Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 97 KB

Sample serverless with typescript

Shell 0.46% TypeScript 82.82% JavaScript 16.72%
mongodb serverless typescript

sample-serverless-typescript-mongo's Introduction

Vehicles Service API

Installation/deployment instructions

  • Run npm i to install the project dependencies
  • Run npm run dev to deploy this stack locally to develop
  • Run npm run deploy to deploy this stack to AWS

Test the service locally

  • Edit .env file with correct config
  • Run npm run dev
  • Test create api:
curl --request POST \
  --url http://localhost:3000/dev/create \
  --header 'Content-Type: application/json' \
  --data '{
	"manufacturer": "Vinfast",
	"model": "Fadil",
	"total_price": 20000
}'
  • Test update api:
curl --request POST \
  --url http://localhost:3000/dev/update \
  --header 'Content-Type: application/json' \
  --data '{
	"id": "606442a370fecb6398bc3a4d",
	"manufacturer": "Toyota",
	"model": "Vios",
	"total_price": 30000
}'
  • Test findOne api:
curl --request POST \
  --url http://localhost:3000/dev/findOne \
  --header 'Content-Type: application/json' \
  --data '{
	"id": "606431460a5fc927a0e5e1a8"
}'

Reference

This project has been generated using the aws-nodejs-typescript template from the Serverless framework. For detailed instructions, please refer to the documentation.

sample-serverless-typescript-mongo's People

Contributors

trbhoang avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.