Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 965 Bytes

API.md

File metadata and controls

34 lines (21 loc) · 965 Bytes

HolbertonBnB - API 📍

The HolbertonBnB API is a complete, RESTful API built in Python Flask.

Source code.

Dependencies 👫

Tool/Library Version
Python ^3.6.4
Flask ^1.0.3
flasgger ^0.9.2
Flask-Cors ^3.0.8

Usage 🏃

Assuming the above dependencies have been installed, the API can be started using the following command:

python3 api.v1.app:app

Of course, the API is truly only functional in conjunction with models.

Endpoints 🚈

I would document all of the HolbertonBnB API endpoints here... but I already have! With Swagger!

Check out the entire, deployed documentation of the HolbertonBnB API here.

Author ✒️