NodeJs boilerplate for REST API
# Get the latest snapshot
git clone https://github.com/Ilchuk-Mihail/nodejs-starter.git myproject
# Change directory
cd myproject
# Install NPM dependencies
npm install
# Then simply start your app
node src/app.js
Todo:
- Tests
- Set up ci/cd (CircleCI and/or Travis)
- Todo api (Authorization, Validation)
- Docker support
- Deployment scripts:
- Pulumi to aws
- Heroku
This project is licensed under the MIT License - see the LICENSE.md file for details.