Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanbindez/crud-flask
CRUD with flask
https://github.com/juanbindez/crud-flask
Last synced: 3 days ago
JSON representation
CRUD with flask
- Host: GitHub
- URL: https://github.com/juanbindez/crud-flask
- Owner: JuanBindez
- License: mit
- Created: 2024-06-23T19:29:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T19:50:42.000Z (5 months ago)
- Last Synced: 2024-06-23T20:45:49.303Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD-Flask
## CRUD with flask
### Create Database (if not exist)
sqlite3 instance/database.db < database.sql### requirements
pip install -r requirements.txt### run
python3 app.py