https://github.com/mathleite/flask-template
https://github.com/mathleite/flask-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathleite/flask-template
- Owner: mathleite
- Created: 2022-04-06T22:36:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T23:19:31.000Z (about 4 years ago)
- Last Synced: 2025-02-16T13:44:35.207Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask template
## Setup
### Docker Compose
```bash
docker-compose up --build
```
Now head over to `http://127.0.0.1:5000/`, and you should see your hello world *greeting*.