This is the backend of a Real Estate MLS for Mayotte Island. The project is done using :
- Python
- Django DRF
- Geopandas
- Pandas
- Faker
Create a virutal environment using virtualenv.
python3 -m venv venv
source venv/bin/activate
Use the package manager pip to install the dependencies.
pip3 install -r requirements.txt
In order to run the backend program, you should follow the steps described below. All commands are run from the root folder.
python manage.py makemigrations
python manage.py migrate
python manage.py importdb
After the database is populated and correctly setup, you can run the backend server by executing the following command :
python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
The documentation of the public API is available under doc folder : API.md