Build a Restful CRUD API for a simple Note-Taking application using Node.js, Express and MongoDB.
- Node and npm
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in
config/db.config.json
Clone the repository:
git clone git@github.com:jasonjin220/es6-express-rest-api-boilerplate.gitSet environment (vars):
cp .env.example .envInstall dependencies:
npm installPlace your own MongoDB URI in config/db.config.json
Run the server in dev mode:
npm run devDeployment:
npm run build
npm startView in browser at http://localhost:3000