Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/flask-fullstack
https://github.com/daniel-le97/flask-fullstack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/flask-fullstack
- Owner: daniel-le97
- Created: 2024-05-09T00:42:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-25T00:20:10.000Z (8 months ago)
- Last Synced: 2024-12-09T14:57:50.670Z (about 2 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask fullstack intro
this is my first time using python
i created this to see if i could learn python easilyit is a very basic app, and does not aim to make the ui pretty
## stack
- Flask
- SQLAlchemy
- sqlite
- bootstrap
- htmxmake is used as a task runner, check [makefile](./makefile) to see available tasks
0Auth2 authentication is setup and configured out of the box for google and github, too add more providers check [config](./app/config.py)
this may be switched to [authlib](https://docs.authlib.org/en/latest/index.html) in the future