https://github.com/kamleshchandnani/customer-management
https://github.com/kamleshchandnani/customer-management
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamleshchandnani/customer-management
- Owner: kamleshchandnani
- Created: 2016-12-24T20:16:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-24T20:17:36.000Z (over 8 years ago)
- Last Synced: 2025-03-26T20:56:58.334Z (about 1 month ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Customer Management
Tech stack: - Front end has been developed in React/Redux and Back end has been developed in Loopback. Database used is MongoDB.## Deployment steps:
1. Run "npm install" in client and server folders. This will install all the node module dependencies required for this project.
2. To start the loopback backend run "npm start" in server's root directory. This will start the back end server on port 3001.
3. To start the front end run "npm run dev" in client's root directory. This will start the front end server 0n 3002.