This Django project provides an API to retrieve satellite information and related data.
-
Clone the repository:
git clone https://github.com/IAmKushagraSharma/SatTrack.git cd BlogAPI -
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver `