Simple FastAPI that implements JWT authentication
- Clone the Repo
$ git clone https://github.com/arnabd64/FastAPI-JWT-Auth.git $ cd FastAPI-JWT-Auth- Install the dependencies
# create a virtual environment $ python -m venv venv $ source venv/bin/activate # install python pacakges $ pip install -r requirements.txt- Run the application
$ python main.py