/node-auth-api

A node.js auth service API application using express 4 + MVC pattern

Primary LanguageJavaScriptMIT LicenseMIT

node-delivery-api

A node.js api application for delivery service using express 4.

Running Locally

$ git clone https://github.com/Rjoydip/node-delivery-api.git # or clone your own fork
$ cd node-delivery-api
$ npm install
$ npm start

Your app should now be running on localhost:8100.