Skip to content

jhenac/rest-api-cafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-api-cafe

Cafe and wifi database with RESTful API integration.

Cafe and wifi is an open database which contains a number of cafes and their detailed information. It uses Flask framework in the development of the web app. Data is stored in SQL format using sqlite and sqlalchemy. Marshmallow was used in shema dumping. With RESTful API integration, users can view cafes in the database, search random cafe, filter by location, add new cafe, update coffee price, and delete a closed cafe from the database. Click here to go to documentation with postman.