Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project uses Python version 3.10.0 Remember to make a virtual environment to run the app Dependencies: FastAPI, SQLModel and uvicorn: Step by step in the cmd line: git clone https://github.com/S4Somi/PlayerAPI.git cd PlayerAPI pip install fastapi uvicorn sqlmodel python main.py uvicorn main:app --reload