/nodejs-starter

NodeJs boilerplate for REST API

Primary LanguageJavaScriptMIT LicenseMIT

Nodejs Starter Kit

NodeJs boilerplate for REST API

Build Status

Getting Started


# 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

Project Structure

List of Packages

License

This project is licensed under the MIT License - see the LICENSE.md file for details.