Skip to content

brickpop/serverless-tdd-starter

Repository files navigation

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

About

Test Driven Development starter for Serverless and NodeJS. Featuring persistent MongoDB connections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published