https://github.com/tukue/python-bootcamp-cafe-api
This project is a Flask-based backend API for managing a database of cafes. It allows users to retrieve, add, update, and delete cafe records. The project uses Flask-SQLAlchemy for database interactions and includes API key management for secure operations.
https://github.com/tukue/python-bootcamp-cafe-api
crud-application database flask-backend
Last synced: 2 months ago
JSON representation
This project is a Flask-based backend API for managing a database of cafes. It allows users to retrieve, add, update, and delete cafe records. The project uses Flask-SQLAlchemy for database interactions and includes API key management for secure operations.
- Host: GitHub
- URL: https://github.com/tukue/python-bootcamp-cafe-api
- Owner: tukue
- Created: 2024-01-09T23:40:09.000Z (over 2 years ago)
- Default Branch: featurebackedapi
- Last Pushed: 2025-02-17T11:48:59.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:16:48.566Z (over 1 year ago)
- Topics: crud-application, database, flask-backend
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-bootcamp-cafe-api
A Flask based backend api that a user could interact with database by
calling different api route methods.