- Clone the repository
- Install dependencies for backend:
cd backend npm install - Install dependencies for frontend:
cd frontend npm install
-
Start the backend server:
cd backend npm start -
Start the frontend server:
cd frontend npm run dev
The frontend should be accessible at http://localhost:3000 and the backend at http://localhost:5000.