This project holds the code for explanatory article published on freecodecamp.
If you want to learn full implementation of user authentication with fastapi, while creating a full fledge backend, here is the video version.
https://www.youtube.com/watch?v=G8MsHbCzyZ4&ab_channel=ABDLogs
You can run/fork this project on replit here --> https://replit.com/@abdadeel/FastAPI-Starter
To setup the project locally clone the repository.
git clone https://github.com/mabdullahadeel/fcc-fastapi-jwt
Install required dependencies.
pip install -r requirements.txt
To run the server in development mode
python runserver.py