Skip to content

Fabian-Fynn/node-reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node project boilerplate

Stack

  • Node, Express, Passport
  • MongoDB/Mongoose
  • Handlebars
  • Jest

Features

Out of the box solution with MVC, Authentication and Authorization, Rails-like routes,...

Table of contents:

Installation

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>

Usage

Note: make sure your mongodb server is running

Development

Start the project on your development machine.

# cd into the project directory
$ npm start

Testing

Test locally on your develompent machine.

# cd into the project directory
$ npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published