This project is created as an assignment for my React JS Course.
- Clone this project into your dev environment..
- Go to the backend folder and run "npm install" to install necessary modules.
- To run the server, run "node ./routes_and_Conn.js" inside the backend folder.
- Now move to the rethread_front inside the frontend folder.
- Then run "npm install" to install necessary modules.
- To start a local development server for react, run "npm start".
- Feel free to suggest changes :)
