Showcase how Node and Express can be used to create REST API using MVC pattern.
Clone the project
git clone https://github.com/rpajunen/node-express-showcase
Go to the project directory
cd node-express-showcase
Install dependencies
npm install
Start the server
npm start
To run tests, run the following command
npm run test:watch