AstroBuddyWeb

AstroBuddy

AstroBuddy is a location-based astronomy event tracker. Discover celestial events (like meteor showers, ISS passes, and moon phases) visible from your current location. Minimal, responsive, and easy to use.

Features

Tech Stack

Setup Instructions

  1. Clone the repo and navigate to the project folder:
    git clone <repo-url>
    cd AstroBuddy
    
  2. Install dependencies (create a virtual environment recommended):
    python -m venv venv
    venv\Scripts\activate  # On Windows
    pip install django
    
  3. Run migrations:
    python manage.py migrate
    
  4. Start the development server:
    python manage.py runserver
    
  5. Open your browser: Visit http://127.0.0.1:8000/