This project is a part of IT350 - Software Engineering course. All materials available here are open source and hence can be freely used without any permission.
This repository will no longer receive updates from me. If you are interested in development of this application, fork the repository to your account.
- Car dealership system using Software Engineering principles.
- Built using Python Django as a web application.
- Clone this repository
- Install Python 3.5
- Create a virtual environment
- Source the virtual environment (
source path/to/venv/bin activate
) - Install requirements (
pip install -r requirements.txt
) - Make migrations (
python manage.py makemigrations
) - Migrate changes (
python manage.py migrate
) - Run the server (
python manage.py runserver
) - Visit http://localhost:8000/login