tejasrr19 / Dispatchr_CMS

Customer Management System using Node.js, MongoDB and Angular.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dispatchr_CMS

A Basic Customer Management System using Node.js, Angular.js and MongoDB

Requirements

Requires Node.js and MongoDB to be installed. IDE used is JetBrain Webstorm.

https://nodejs.org/en/download/

https://www.mongodb.org/downloads#production

Angular.js can be installed using Bower or npm.

https://github.com/angular/bower-angular

Heroku

The App is depolyed on Heroku.

MongoLab is used to host the mongoDb service.

Application link: https://young-wildwood-3832.herokuapp.com/#/dashboard

Local Usage

Since Node is on the backend, server.js is the main file that acts as the server.

First set the environment to "development" if executing on localhost using the command line on windows.

set NODE_ENV=development

Then,

node server.js

Server will be listening on port 3030.

Reference

https://www.codeschool.com/pluralsight-courses/building-angularjs-and-node-js-apps-with-the-mean-stack#

https://docs.mongodb.org/manual/tutorial/

https://docs.angularjs.org/api

https://nodejs.org/en/docs/

Improvements

-Added Customer edit functionality.

About

Customer Management System using Node.js, MongoDB and Angular.js


Languages

Language:JavaScript 59.3%Language:HTML 34.1%Language:CSS 6.6%