Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -0,0 +1,17 @@
|
||||
|
||||
# Task for work hour overview
|
||||
|
||||

|
||||

|
||||
|
||||
# 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_)
|
||||
|
||||
1. Install dependencies with [bun](https://bun.sh/) (*should work with npm too*)
|
||||
2. Run development stage with `bun run dev`
|
||||
3. Frontend will start on port 3000
|
||||
Reference in New Issue
Block a user