The purpose of my project is to illustrate restful api services around user accounts. This will cover some of the basic functions, along with admin functions. In this project I used mongoDB for the database functions, feel free to connect using all the information within the .env file.
https://github.com/liamandaidan/Python_Final_Proj
For a video demonstration and quick run through of functionality:
https://youtu.be/DoxDfyTxra4
To get started, all config used for the app is located within .env. This will be provided to you along with assignment submission.
To start a local server I used python package uvicorn.
python -m uvicorn main:app --reload
Navigate to the URL provided.
Once there append /docs to your url. You will come to the FastApi Swagger interface.