Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/hello_flask
demo flask hello_world app with docker, users crud
https://github.com/dennis-every/hello_flask
Last synced: 3 days ago
JSON representation
demo flask hello_world app with docker, users crud
- Host: GitHub
- URL: https://github.com/dennis-every/hello_flask
- Owner: dennis-every
- Created: 2024-07-20T04:43:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-20T20:32:54.000Z (6 months ago)
- Last Synced: 2024-12-06T03:41:24.618Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Flask Hello World App
### Specs
- Flask
- Postgres
- Docker### How to run
- git clone [email protected]:dennis-every/hello_flask.git
- cd hello_flask
- docker-compose up --build
- Visit http://localhost:5000