https://github.com/shadowjonathan/sample_python_webapp
https://github.com/shadowjonathan/sample_python_webapp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadowjonathan/sample_python_webapp
- Owner: ShadowJonathan
- License: agpl-3.0
- Created: 2019-10-03T17:39:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T17:58:16.000Z (over 6 years ago)
- Last Synced: 2025-02-08T14:22:53.598Z (about 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sample: Python WebApp
This repository is built to serve as a sample to how you can build a modern Python WebApp with minimal code.
## How to run
1. Run `pip3 install -r requirements.txt`
2. Run `python3 app.py`
# Credits
- Orator ORM for database management: https://orator-orm.com
- Flask for session management: https://pypi.org/project/Flask/
- Dash for Async functionality: https://dash.plot.ly
- Dash Bootstrap Components...for bootstrap: https://dash-bootstrap-components.opensource.faculty.ai/l/components
- Bootswatch for theme: https://bootswatch.com