Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grad School Application Tracker

A Django-based web application to help students track their graduate school applications.

Features

  • Track multiple graduate school applications
  • Manage application deadlines and requirements
  • User authentication and personal dashboard
  • Responsive design with Bootstrap

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/grad-app-tracker.git
cd grad-app-tracker
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
  1. Create a superuser:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver

Visit http://localhost:8000 to access the application.

Technologies Used

  • Django 4.2
  • Bootstrap 5
  • SQLite (development)
  • Python 3.9+

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages