Skip to content

XENOPHIR/CULTURAL-COMPASS

Repository files navigation

Cultural Compass

Cultural Compass is a web application designed to explore the cultural heritage of Azerbaijan through an interactive map.

Features

  • Browse cultural landmarks in Azerbaijan. - [ ]
  • View detailed information about each landmark. - [ ]
  • Interactive map integration for easy navigation. - [ ]

Installation

  1. Clone the repository.
  2. Create a virtual environment: py -m venv env
  3. Activate the virtual environment.
  4. Create and apply .gitignore
  5. Install dependencies: pip install -r requirements.txt
  6. Install Django: pip install django
  7. Creation of Project django-admin startproject CulturalCompass .
  8. Creating Apps django-admin startapp AppName Set up the PostgreSQL database. Run the application: python manage.py runserver

Usage

  • Access the application at http://127.0.0.1:8000/.