Feature Request Web App backend built on Nodejs, express, and Mongodb.
client side is built an Angular, Bootstrap, Gulp
if you don't have mongodb install on your local machine, please install it.
Install dependancy
cd server
run npm install
start server
run node index.js
server listening on http://localhost:8888
Install dependancy
cd client
run bower install
run npm install gulp -g
run npm install
start client development server
gulp serve
client server listening on http://localhost:3000