Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gopikrishnaa/test_repository
https://github.com/gopikrishnaa/test_repository
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gopikrishnaa/test_repository
- Owner: gopikrishnaA
- Created: 2017-05-05T10:52:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T08:17:55.000Z (over 6 years ago)
- Last Synced: 2024-11-05T21:46:24.573Z (2 months ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steps to run
Go to front end test folder -- `cd front-end-test`
* Install project dependencies: `npm install`
* To start the application: `npm start` application will run on http://localhost:8080Install mangodb and create a database called `test`
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
Go to api server folder `cd apiServer` in seperate terminal/console
* Install project dependencies: `npm install`
* To start the application: `npm start` application will run on http://localhost:3002