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.
- Clone the repository:
git clone git@github.com:CheukYuen/Contact-Mean.git
- Install the application:
npm install
- Start the server:
node server.js
- View in browser at
http://localhost:8091