https://github.com/en10/flasklogin
Simple Flask based Web App & Database example
https://github.com/en10/flasklogin
flask python sqlite
Last synced: 6 months ago
JSON representation
Simple Flask based Web App & Database example
- Host: GitHub
- URL: https://github.com/en10/flasklogin
- Owner: EN10
- Created: 2020-09-03T20:51:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T09:52:42.000Z (10 months ago)
- Last Synced: 2025-04-07T14:51:25.945Z (10 months ago)
- Topics: flask, python, sqlite
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login with Flask
1. [Create DB](https://github.com/eniompw/FlaskLogin/blob/master/create_db.py)
2. [Create Table](https://github.com/eniompw/FlaskLogin/blob/master/create_tbl.py)
3. [Insert & Select](https://github.com/eniompw/FlaskLogin/blob/master/first_db.py)
4. [Just Signup](https://github.com/eniompw/FlaskLogin/blob/master/signup.py)
5. [Signup & Login](https://github.com/eniompw/FlaskLogin/blob/master/signup%26login.py)
6. [Sessions](https://github.com/eniompw/FlaskLogin/blob/master/sessions.py)
7. [Full Example](https://github.com/eniompw/FlaskLogin/blob/master/main.py)
* [Forms in Flask](https://github.com/eniompw/FormsInFlask)
* [Postgres on Heroku](https://github.com/eniompw/FlaskPostgres)
## References
* [Flask Quickstart](https://flask.palletsprojects.com/en/2.2.x/quickstart/)
* [Serving Static Files with Flask](https://stackabuse.com/serving-static-files-with-flask/)
* [W3 Login HTML Template](https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_login_form)
* [SQLite3 Coffee Shop Example](https://github.com/smileboywtu/SQLite3)
* [Login page using Python, Flask and sqlite3 DB](https://gist.github.com/PolBaladas/07bfcdefb5c1c57cdeb5#how-to-guide)
* [Command Line Shell For SQLite](https://www.sqlite.org/cli.html#querying_the_database_schema)
* [Python Exception Handling](https://www.programiz.com/python-programming/exception-handling)
* [CSS Buttons](https://www.w3schools.com/csS/css3_buttons.asp)
* [SQLite fetchall() to HTML table using Jinja](https://stackoverflow.com/questions/64867711/iterating-through-a-list-to-create-a-table-in-jinja-python-flask-sqlite)
* [W3.CSS Tables](https://www.w3schools.com/w3css/w3css_tables.asp)
* [Sessions](https://flask.palletsprojects.com/en/3.0.x/quickstart/#sessions)
console - bash
sqlite3 login.db < schema.sql