Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
/ FastAPI-JWT-Auth Public archive

Simple FastAPI that implements JWT authentication

License

Notifications You must be signed in to change notification settings

arnabd64/FastAPI-JWT-Auth

Repository files navigation

FastAPI-JWT-Auth

Simple FastAPI that implements JWT authentication

Run the Application

  1. Clone the Repo
$ git clone https://github.com/arnabd64/FastAPI-JWT-Auth.git
$ cd FastAPI-JWT-Auth
  1. Install the dependencies
# create a virtual environment
$ python -m venv venv
$ source venv/bin/activate

# install python pacakges
$ pip install -r requirements.txt
  1. Run the application
$ python main.py