Cafe RESTful API (Flask)
Developed a RESTful API using Flask that manages data for cafes. The API allows clients to perform CRUD (Create, Read, Update, Delete) operations on cafe data. It supports retrieving a random cafe, getting all cafes, searching for cafes by location, adding new cafes, updating the coffee price of a cafe, and deleting a cafe. The data is stored in a SQLite database.
View Project