A Django-based web application to help students track their graduate school applications.
- Track multiple graduate school applications
- Manage application deadlines and requirements
- User authentication and personal dashboard
- Responsive design with Bootstrap
- Clone the repository:
git clone https://github.com/yourusername/grad-app-tracker.git
cd grad-app-tracker- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Run migrations:
python manage.py migrate- Create a superuser:
python manage.py createsuperuser- Run the development server:
python manage.py runserverVisit http://localhost:8000 to access the application.
- Django 4.2
- Bootstrap 5
- SQLite (development)
- Python 3.9+
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.