Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 494 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 494 Bytes

FastAPI auth with jwt

This project demonstrates the simple implementation of JWT token-based authentication using FastAPI

Getting Started

Clone the Repository

To get started, clone the repository to your local machine:

git clone https://github.com/Arshiya-python-developer/fastapi-jwt.git

installtion

pip install -r requirements.txt

run

for run the project you need to write this command in your terminal

uvicorn main:app --reload