mabdullahadeel / fcc-fastapi-jwt

This project holds the code for explanatory article published on freecodecamp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fcc-fastapi-jwt

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

IMAGE ALT TEXT HERE)

Forking project on replit

You can run/fork this project on replit here --> https://replit.com/@abdadeel/FastAPI-Starter

Setting up locally

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

About

This project holds the code for explanatory article published on freecodecamp.


Languages

Language:Python 93.8%Language:Nix 6.2%