You can access the project at: https://project3-group7.up.railway.app/
From the project root directory:
npm install# Start both frontend and backend in separate terminals# Navigate to apps/frontend to run the frontend
# Start frontend (port 3000)
npm run dev
# In a separate terminal, navigate to apps/backend to run the backend
# Start backend (port 3001)
npm run dev- Frontend: http://localhost:3000
- Backend API: http://localhost:3001