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

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

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