This is a webgis project with total CRUD (Create, Read, Update, Delete) Features for the potential sellers to list their properties so that is visible to the potential buyers
- Log-Ins/Signup
- Homepage (News, Updates, Testimony)
- Multiple Basemaps
- General Map Listing
- User Dashboard (Add, Edit, Delete)
- API ready using rest-django
- Python 3 / Django 45
- JavaScript / Leaflet
- HTML / CSS / Bootstrap
- PostGIS
- Docker
- nginx
- Navigate to the folder:
cd homify - Install dependencies:
pip install -r requirements.txt - Update Schma:
python manage.py makemigrations - Update teh database:
python manage.py migrate - Run the project:
python manage.py runserver
MIT
for postgis postgis image rm -r wait-for-it.sh curl -O https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh chmod +x wait-for-it.sh