CRM System — Full-stack JavaScript development with MEAN

A customer relationship management (CRM) System for sporting goods store include contact management system and order management system. The front-end use HTML5 technologies: HTML5, CSS3, Angular.JS, jQuery and Bootstrap to build a single page web app that communicate with the back-end via RESTful API. The back-end use JavaScript technologies: Node.js, Express.js, MongoDB and Mongoose to provide RESTful API.

Requirements

Installation

  1. Clone the repository: git clone git@github.com:CheukYuen/Contact-Mean.git
  2. Install the application: npm install
  3. Start the server: node server.js
  4. View in browser at http://localhost:8091