A Template to quickly start your serverless projects
- clone repo
- npm install or yarn install
- cp .env.sample .env
- change the .env config to setup for your local environment
- npm run start:dev
For local developement please use the command npm run start:dev to start server in development mode.
More details will be added later.
TypeScript, Nodejs, MongoDB, Serverless Framework, AWS
- npm run start:dev
- npm run lint
- npm run coverage
- sls deploy (don't use this until you know what it does)