This project demonstrates the simple implementation of JWT token-based authentication using FastAPI
To get started, clone the repository to your local machine:
git clone https://github.com/Arshiya-python-developer/fastapi-jwt.git
pip install -r requirements.txt
for run the project you need to write this command in your terminal
uvicorn main:app --reload