Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbrtsn/basic-to-do-flask
basic to do application with flask
https://github.com/zbrtsn/basic-to-do-flask
Last synced: about 2 months ago
JSON representation
basic to do application with flask
- Host: GitHub
- URL: https://github.com/zbrtsn/basic-to-do-flask
- Owner: zbrtsn
- Created: 2024-07-30T12:29:28.000Z (5 months ago)
- Default Branch: latest
- Last Pushed: 2024-08-02T21:20:16.000Z (5 months ago)
- Last Synced: 2024-08-03T16:10:15.628Z (5 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-to-do-flask
basic to do application with flaskalso you can pull this project from docker hub:
```bash
$ docker pull pyouck/basic_todo_flask:tagname
```
recommended tagname is "latest"
```bash
$ docker pull pyouck/basic_todo_flask:latest
```I have some other repos linked with this flask app.
[Check it out](https://github.com/zbrtsn/kurbernetes-kind)