- python(or maybe py) -m venv .venv
- .venv/Scripts/activate
- pip install -r requirment.txt
- unicorn main:app --reload
- Endpoints will be on http://localhost:8000/docs
Now frontend and backend are ready, but not connected. Frontend part is available on kar_dev.
You can enter URL of the new inside /get-score endpoint.