This is my personal web site, you can reash it at http://urgell.freeboxos.fr:32769/. This project use FastAPI framework to create the API and Bootstrap for the design.
To install all the requirements, use the package manager pip and type this in your terminal.
pip install -r /path/to/requirements.txt
First of all, you have to launch the app :
uvicorn main:app --reload
This command should create the local server on your computer with the app running on it.
Then, go to http://localhost:8000/ and enjoy it !
-
For app information go to http://localhost:8000/info.
-
To visualize and test all the endpoints and the API routes available, go to http://localhost:8000/docs and you should see the swagger page.
-
To see a more detailled documentation go to http://localhost:8000/redoc.