- Node, Express, Passport
- MongoDB/Mongoose
- Handlebars
- Jest
Out of the box solution with MVC, Authentication and Authorization, Rails-like routes,...
Table of contents:
Make sure yarn is installed globally
Always use yarn instead of npm.
$ yarn
Install a dependecy
$ yarn add <package-name>
Remove a dependeny
$ yarn remove <package-name>
Note: make sure your
mongodb
server is running
Start the project on your development machine.
# cd into the project directory
$ npm start
Test locally on your develompent machine.
# cd into the project directory
$ npm test