-
Navigate to the project directory:
cd AstroG -
Install Python dependencies:
pip install -r requirements.txt
-
Start the backend server (which also serves the frontend):
python -m uvicorn backend.main:app --reload
-
Open your browser to:
- Home: http://localhost:8000
- Tracker: http://localhost:8000/tracker.html