Install
Here you can find detailed information of how to install this app locally
First you need to download the repo
git clone <repo-url>
Flask App
Init the app
Create a virtual environment in the flask folder.
cd flask
python -m venv venv
source venv\Scripts\activate
Install the necessary libraries.
pip install -r requirements.txt
Local Run
In the top level of the directory of airbnb_app fire up a terminal and execute:
python app.py
The app normally runs at http://127.0.0.1:5000.
React UI
cd react
npm install
npm start
The UI usually runs at http:// http://127.0.0.1:3000.
Enjoy! :D