Getting Started
- Python 3.8 or higher
- Django 3.2 or higher
-
Clone the repository:
git clone https://github.com/yourusername/combat_readiness.git cd combat_readiness
-
Install the required packages:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver