Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

A web application that serves as an e commerce platform for car dealers.

License

Notifications You must be signed in to change notification settings

amithmkini/car-dealership-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Dealership System

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.

Deprecated

This repository will no longer receive updates from me. If you are interested in development of this application, fork the repository to your account.

What is this repository for?

  • Car dealership system using Software Engineering principles.
  • Built using Python Django as a web application.

How do I get set up?

  • 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

About

A web application that serves as an e commerce platform for car dealers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published