I have used ReactJs for Front-End & Flask for Back-End
- git clone this project
- open two directory in your VS code
- cd client & cd server
- npm i - to install all dependencies
- npm run dev - run this command to start React server
- python main.py - run this command to start the Flask server