https://github.com/jsonfm/python-recipes-api
✨ Backend app made with Python-Flask.
https://github.com/jsonfm/python-recipes-api
flask python sqlalchemy
Last synced: 2 months ago
JSON representation
✨ Backend app made with Python-Flask.
- Host: GitHub
- URL: https://github.com/jsonfm/python-recipes-api
- Owner: jsonfm
- Created: 2023-09-03T19:51:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T22:20:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T13:47:01.545Z (over 1 year ago)
- Topics: flask, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Recipes
Backend app made with Python.
### ⚙️ Technologies
- Python
- Flask
- SQLAlchemy
### ⚡️ Development
```
flask --app main run --debug
```