Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 595 Bytes

Cafe API RESTFUL ROUTING

The project is a RESTful API that allows users to access information about cafes stored in a SQLite database. Users can perform various actions such as retrieving random cafes, searching for cafes by location, adding new cafes, updating cafe prices, and reporting cafe closures.

Features

  • Get all cafes
  • Retrieve random cafes
  • Search for cafes by location
  • Add new cafes to the database
  • Update cafe prices
  • Delete a cafe by id

Usage

Read the document