WIP
- Python3
- FastAPI
- Uvicorn
For Arch Linux based distros, you can install the python-fastapi
and the uvicorn
package.
For Debian based distros, install python3
and then run pip install -r requirements.txt
inside the project folder.
- Clone the repo
- Open a terminal and go to the project folder
- Run
uvicorn main:app --reload
to start the server - Go to http://127.0.0.1:8000/docs (also try: http://127.0.0.1:8000/redoc)