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

https://github.com/mannekeenpis/flask-auth

🔐 Flask Authentication (Python/Flask/Postgres)
https://github.com/mannekeenpis/flask-auth

Last synced: about 1 month ago
JSON representation

🔐 Flask Authentication (Python/Flask/Postgres)

Awesome Lists containing this project

README

        


gif


Flask Authentication

Tweet







![virtual_bookshelf](images/flask_auth.gif)

- Python
- Flask
- PostgreSQL

---

# Installation on Linux and Unix like OS

```
git clone https://github.com/lenargasimov/flask-auth.git
cd flask-auth
pip3 install -r requirements.txt
python3 main.py
```

# Installation on Windows

```
git clone https://github.com/lenargasimov/flask-auth.git
cd flask-auth
pip install -r requirements.txt
python main.py
```