This website can serve as a template to connect different geographical points with information and blog posts. I have chosen to illustrate attractions that can be found by their geographic location and the blog function allows you to share information with other users. In the same way it is possible to choose restaurants and list all restaurants in a city and let users blog about them or bookstores or whatever. Have fun with it. There are still many possible improvements such as comment functions or dynamic rendering of geographic etc. — powered by Django, Leaflet, and modern web technologies.
- User authentication (Login, Register, Password Reset)
- Interactive map with markers (Leaflet + GeoJSON)
- Pagination for lists of attractions
- Search functionality
- Responsive UI
- Display of detailed attraction information including:
- Name
- Image
- Address (with link to map marker)
- Opening hours
- Price
- Description
-
Clone the repository:
git clone https://github.com/getintogit1/Django-Map-for-Bolgs cd project-folder
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Visit: http://127.0.0.1:8000
Progress: [█████████████████]100%