Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 811 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 811 Bytes

Serverless TDD starter

Test Driven Development starter for Serverless and NodeJS. Featuring persistent MongoDB connections on suspended execution of functions.

To get started, read the full article on Medium:

Main commands

Install the dependencies:

npm install

Start a local MongoDB server:

mongod

Develop locally:

npm start

Test locally:

npm test

Deploy to staging:

npm run deploy

Deploy to production:

npm run deploy:prod