An open API service indexing awesome lists of open source software.

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.

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.