This repository has been archived on 2025-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
bolderjara-serviss/README.md

18 lines
468 B
Markdown
Raw Permalink Normal View History

2025-07-02 22:39:18 +03:00
# Task for work hour overview
2025-07-02 22:41:52 +03:00
![preview](./p1.png)
![preview](./p2.png)
2025-07-02 22:39:18 +03:00
# Backend (_python_)
1. Install requirements.txt (I used [uv](https://github.com/astral-sh/uv), but should work with regular pip too)
2. run command inside of `dev.sh` file
3. Backend will start on port 8000
# Frontend (_React_)
2025-07-02 22:41:52 +03:00
1. Install dependencies with [bun](https://bun.sh/) (_should work with npm too_)
2025-07-02 22:39:18 +03:00
2. Run development stage with `bun run dev`
2025-07-02 22:41:52 +03:00
3. Frontend will start on port 3000