- Clone the forked repository created by Github classroom (mentioned in the submission process section)
- The repository contains two folders, client and server
- The client folder contains the frontend code
- The server folder contains the backend code
- To setup the frontend, run the following commands:
cd client
npm install
npm start
- To setup the backend, run the following commands:
cd server
npm install
npm start
- The frontend will be running on http://localhost:3000
- The backend will be running on http://localhost:5000