Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnabd64/fastapi-jwt-auth

Simple FastAPI that implements JWT authentication
https://github.com/arnabd64/fastapi-jwt-auth

fastapi-auth fastapi-sqlalchemy fastapi-template

Last synced: 2 months ago
JSON representation

Simple FastAPI that implements JWT authentication

Awesome Lists containing this project

README

        

# FastAPI-JWT-Auth

Simple FastAPI that implements JWT authentication

# Run the Application

1. Clone the Repo

```bash
$ git clone https://github.com/arnabd64/FastAPI-JWT-Auth.git
$ cd FastAPI-JWT-Auth
```

2. Install the dependencies

```bash
# create a virtual environment
$ python -m venv venv
$ source venv/bin/activate

# install python pacakges
$ pip install -r requirements.txt
```

3. Run the application

```bash
$ python main.py
```