A basic Django website showcasing weapons and equipments of Indian military.
- Categorized display of Indian military assets:
- Land: Tanks, artillery, and other ground equipment.
- Air: Fighter jets, helicopters, and other aerial assets.
- Water: Naval ships, submarines, and other maritime equipment.
- Simple and intuitive user interface for easy navigation.
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript
- Deployment: Vercel
- Python 3.x
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/Rahullkumr/IndianDefence.git cd IndianDefence
-
Create a virtual environment:
python -m venv env source env/bin/activate # On Windows: env\Scripts\activate
-
Install the dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the application:
Open your browser and navigate to
http://127.0.0.1:8000/
IndianDefence/
├── air/ # Django app for air force assets
├── land/ # Django app for land force assets
├── water/ # Django app for naval assets
├── base/ # Base templates and static files
├── dev_static/ # Development static files
├── manage.py # Django management script
├── requirements.txt # Python dependencies
├── vercel.json # Vercel deployment configuration
└── ID.gif # Project-related media
This project is licensed under the MIT License.
- Rahul Kumar
GitHub: @Rahullkumr