To run this code locally.
- clone the file
- open your terminal and and navigate to backend folder or frontend folder
- run npm install, to install all the packages
- for the backend make sure you have nodemon
- Run npm run dev to start the server at port 5000
- Run npm start to start the frontend at port 3000