Cultural Compass is a web application designed to explore the cultural heritage of Azerbaijan through an interactive map.
- Browse cultural landmarks in Azerbaijan. - [ ]
- View detailed information about each landmark. - [ ]
- Interactive map integration for easy navigation. - [ ]
- Clone the repository.
- Create a virtual environment:
py -m venv env - Activate the virtual environment.
- Create and apply
.gitignore - Install dependencies:
pip install -r requirements.txt - Install Django:
pip install django - Creation of Project
django-admin startproject CulturalCompass . - Creating Apps
django-admin startapp AppNameSet up the PostgreSQL database. Run the application:python manage.py runserver
- Access the application at
http://127.0.0.1:8000/.