468 B
468 B
Task for work hour overview
Backend (python)
- Install requirements.txt (I used uv, but should work with regular pip too)
- run command inside of
dev.shfile - Backend will start on port 8000
Frontend (React)
- Install dependencies with bun (should work with npm too)
- Run development stage with
bun run dev - Frontend will start on port 3000

