echobash / miniprojects

Django miniprojects

Repository from Github https://github.comechobash/miniprojectsRepository from Github https://github.comechobash/miniprojects

๐Ÿงฎ Visit Counter Django App

A simple Django app to track how many times a user has visited a page in total till date.

Built while learning Django, now deployed live at echobash.pythonanywhere.com.


๐Ÿš€ Live Demo

Check out the app here:
๐Ÿ‘‰ https://echobash.pythonanywhere.com/


๐Ÿ›  Features

  • Counts visits per user session
  • Simple Django model for tracking
  • Styled with clean HTML & CSS
  • Deployed using PythonAnywhere

๐Ÿ“ฆ Tech Stack

  • Python 3.9+
  • Django 4.x
  • SQLite (default DB)

๐Ÿง‘โ€๐Ÿ’ป Getting Started

Follow these steps to run the project locally:

1. Clone the repository

git clone https://github.com/echobash/miniprojects.git
cd miniprojects

2. Set up a virtual environment

python3 -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

3. Install dependencies

pip install django

4. Run migrations

python manage.py migrate

5. Start the development server

python manage.py runserver

Now open your browser and go to: ๐Ÿ‘‰ http://localhost:8000

About

Django miniprojects


Languages

Language:Python 75.2%Language:HTML 24.8%