https://github.com/jumpei00/todoapp
This is TODO application created by Flask
https://github.com/jumpei00/todoapp
docker flask javascript nginx python
Last synced: 3 months ago
JSON representation
This is TODO application created by Flask
- Host: GitHub
- URL: https://github.com/jumpei00/todoapp
- Owner: jumpei00
- Created: 2021-07-19T11:46:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T14:06:22.000Z (almost 5 years ago)
- Last Synced: 2025-06-05T12:41:07.400Z (about 1 year ago)
- Topics: docker, flask, javascript, nginx, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# TODO application
This is an application built with Flask
# Overveiw
What this application implements is as follows.
- registering a TODO list(create, update, delete)
- simple deployment
# Usage
## generate
if debug
```
$ python main.py
```
and access 127.0.0.1:8080
if deploy
```
$ docker-compose up --build
```
and access port 80(HTTP)
# Requirements
- Python 3.7.7
- Flask 1.1.2
- SQLAlchemy 1.3.20
- gunicorn 20.0.4
- jquery 3.4.1
- bootstrap 4.5
# Author
Jumpei Motohashi
# Licence
no licence!! Feel free to use it!!