Technical overview and architecture
# Backend Setup
cd backend
npm install
npm run start:dev # Runs at :3000
# Frontend Setup
cd frontend
npm install
npm run dev # Runs at :3001
The system relies on specific environment configurations. Ensure .env files are correctly set based on the provided .env.example templates in both directories.