https://github.com/imbryan/to-do
To-do Flask application for code challenge.
https://github.com/imbryan/to-do
Last synced: over 1 year ago
JSON representation
To-do Flask application for code challenge.
- Host: GitHub
- URL: https://github.com/imbryan/to-do
- Owner: imbryan
- Created: 2021-07-03T04:52:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T20:41:11.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T15:17:14.247Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Use
* Flask
* Flask-SQLAlchemy
## Install
```
In Terminal:
pip (or pip3) install -r requirements.txt (this depends on how your system is set up)
```
## Run
```
In Terminal:
python (or python3) app.py (this depends on how your system is set up)
```