Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gopikrishnaa/test_repository


https://github.com/gopikrishnaa/test_repository

Last synced: 18 days ago
JSON representation

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:8080

Install 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