This is an API to get real estate predictions based on inputed data
Table of Contents
During the course of my training with becode I created this API project
-
Clone the repo
git clone https://github.com/Pablousse/challenge-api-deployment.git
-
Install dependencies
pip install -r requirements.txt
Go to the api folder of the repo and run the api on your local machine
$ python3 app.py Or go to https://arnaud-durieux-api-deployment.herokuapp.com/ for the online version
The documentation on how to use the API can be found on https://arnaud-durieux-api-deployment.herokuapp.com/docs
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Arnaud Durieux - [email protected]
Project Link: https://github.com/Pablousse/challenge-api-deployment