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
- Host: GitHub
- URL: https://github.com/oki-aryawan/flask-login-authentication
- Owner: oki-aryawan
- Created: 2022-05-08T16:55:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T01:08:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T19:36:49.608Z (about 1 year ago)
- Topics: flask, flask-login, jinja2, semantic-ui, sqlalchemy, sqlite3, wtforms
- Language: HTML
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python Flask Authentication


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
```