Skip to content

Lesykkk/DriveHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DriveHub Platform

A modern web platform that simplifies the process of buying and selling vehicles.

logo

Table of Contents

Project Overview

DriveHub is a Django-based web platform that connects buyers and sellers of transport vehicles. The platform provides:

  • User accounts with different roles
  • Vehicle listings with advanced search/filter capabilities
  • Rating and review system

Technologies

Backend

  • Django (4.2+) - Core framework
  • SQLite3 - Primary database

Frontend

  • HTML5, CSS3, JavaScript

Setup Instructions

Requirements

  • Python 3.10+

Local Development

  1. Clone the repository
    git clone https://github.com/Lesykkk/drivehub.git
    cd drivehub
    
  2. Set up virtual environment
    python -m venv venv
    venv\Scripts\activate
    
  3. Install dependencies
    pip install -r requirements.txt
    
  4. Run migrations
    python manage.py migrate
    
  5. Create superuser (admin account)
    python manage.py createsuperuser
    
  6. Run development server
    python manage.py runserver
    Access the admin panel at: http://localhost:8000/admin

Contributing

We welcome contributions! Please follow these steps:

  • Fork the repository
  • Create your feature branch
  • Commit your changes
  • Push to the branch
  • Create a Pull Request

License

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

About

A modern web platform that simplifies the process of buying and selling vehicles.

Resources

License

Stars

Watchers

Forks

Contributors