Just a template of my flask projects, has the following things:
- Modular structure
- Google OAuth & Manual Login
- Simple SQLite db setup
- Session setup (storage is sqlite)
- A
login_requireddecorater - A navbar templagte inheritense system
- A dashboard
- Add a system where users can create accounts via username and password
- Add a "dashboard" page where username can be changed (and password)
- Add a template inheritence system for navbar
- Add a branch with a forum system