Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 542 Bytes

my-flask-api

Very much in development
The aim is to become the middle man between firestore and the front-end of an app will be dealing books from freelance writers.

My Endpoints

'/' ==== For getting all the stored books
'/Name/' ==== method = [POST] , for storing a book
'/Name/' ==== method = [DELETE] , for deleting a book
'/Name/' ==== method = [GET] , for pulling by a book by its name

Coming Soon

Connection to firestore
Other Awesome staff