Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekidharsh/cool_flask_webapp
A personal project to make a custom user based webapp written in Flask / SQLite3 / Python / Bootstrap
https://github.com/geekidharsh/cool_flask_webapp
flask-application sqlite webapp
Last synced: 13 days ago
JSON representation
A personal project to make a custom user based webapp written in Flask / SQLite3 / Python / Bootstrap
- Host: GitHub
- URL: https://github.com/geekidharsh/cool_flask_webapp
- Owner: geekidharsh
- Created: 2024-12-09T07:35:44.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:59:24.000Z (17 days ago)
- Last Synced: 2024-12-09T08:36:15.334Z (17 days ago)
- Topics: flask-application, sqlite, webapp
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cool Flask webapp
A personal project to build a custom user based webapp using Flask.## Features list
Flask / SQLite3 / Python / Bootstrap
- Sign in / sign up
- User is able to log into existing account or create one.
- Backed by a SQLdatabase support to create and verify user.
- Check if user exists
- Database to save users for next time login- Custom Home Dashboard
- custom home page for each logged in user.- Cookie and session management
- maintain session for the current user
- handle refreshes and home page### Future feature lists:
- Future use cases like: storing custom changes for each user.
- Session data storage for KPI such as total activity time for each user, number of active users etc.
- Build## Authors
- [@geekidharsh](https://www.github.com/geekidharsh)