This is the backend part of the project completely written in reactJs.
- Install node and npm.
- Clone this repository to the local.
- Install mongodb and run it in background.
- Move to the clone repository in the terminal and run the command npm install.
- Run the command npm start. Now our system server will start running in localhost:5000.
- Now create a db named ourTest to mongoDB.
- Now import collections to ourTest database from /database folder. You can take help of the following link.