Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is the backend part of the project completely written in reactJs.

How to run this project

  • 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.

Happy Coding!