Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 300 Bytes

Sample AirBnB Clone

First steps of the AirBnB clone project written in Python with Flask.

Run

$ python api/app.py

Don't forget to set correctly MySQL configuration (api/config.py)

Tests:

$ cd api
$ AIRBNB_ENV=test python -m unittest discover tests --pattern=*.py