Team Members:
- Awais Latif Khatti
- Abdul Razzaque Jawad
- Rimsha Sajid
Steps to run project:
- Clone the project to your local repo
- Setup database by using xampp/wamp
- Create database by name "graana_db"
- Import data by file provided sql file in "data cleaning/graana_db.sql"
- Run "npm install" in the repository root path
- Change directory to server folder and execute command "node server.js" to run a server
- Open other cmd window to run a frontend code
- Change directory to client folder and run "yarn install"
- Execute command "yarn start"
- Here you go ! browse at: localhost:3000 to see the project running