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

https://github.com/oki-aryawan/flask-login-authentication

Login and signup authentication using Flask and SQLite
https://github.com/oki-aryawan/flask-login-authentication

flask flask-login jinja2 semantic-ui sqlalchemy sqlite3 wtforms

Last synced: 12 months ago
JSON representation

Login and signup authentication using Flask and SQLite

Awesome Lists containing this project

README

          

## Python Flask Authentication
![home](/static/ss.png)
![login](/static/login.PNG)
This project forked form this [repository](https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial) and the tutorial [video](https://www.youtube.com/watch?v=71EU8gnZqZQ)
I customize some part, especially added some css code to make it more beautiful.

## Techstack
- Flask
- SQLite
- Semantic-UI

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required dependencies

```zsh
pip install -r requirements.txt
```

## Run

```zsh
python app.py
```