Skip to content

Building a Serverless REST API with Node.js and MongoDB

Notifications You must be signed in to change notification settings

Develop-X/Serverless

Repository files navigation

Serverless Framewrok

alt text

WHere to start?

https://serverless.com/framework/docs/providers/aws/guide/quick-start/

npm install -g serverless

alt text

alt text

Serverless offline

https://github.com/dherault/serverless-offline

serverless plugin install --name serverless-offline
serverless offline start

alt text

Insomnia

alt text

Serverless dashbird

https://app.dashbird.io/

Mongodb

alt text

$ npm init -y
$ npm i --save-dev serverless-offline
$ npm i --save mongoose dotenv
sls offline start --skipCacheInvalidation

About

Building a Serverless REST API with Node.js and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published