https://github.com/bluebigthink/flask-trying
https://github.com/bluebigthink/flask-trying
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluebigthink/flask-trying
- Owner: BlueBigThink
- License: mit
- Created: 2024-06-22T19:24:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:25:23.000Z (about 2 years ago)
- Last Synced: 2025-07-26T18:43:33.598Z (11 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlaskApp
Simple application with authentication and CRUD functionality using the Python Flask micro-framework
## Installation
To use this template, your computer needs:
- [Python 2 or 3](https://python.org)
- [Pip Package Manager](https://pypi.python.org/pypi)
### Running the app
```bash
python app.py
```