Skip to content

adharsh2002/Car-rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Rental Django Project

Introduction

This Django project is a simple car rental system that allows users to rent cars online. It includes basic features such as user authentication, car listings, and reservation functionality.

Prerequisites

  • Python 3.x
  • Django 3.x

Installation

1. Clone the Repository

>git clone https://github.com/adharsh2002/car-rental.git

>cd car-rental

###2. Create and Activate Virtual Environment
>python3 -m venv venv

>source venv/bin/activate OR >cd venv >Scripts\activate
###3. Install Dependencies

>pip install -r requirements.txt
###4. Apply Migrations

python manage.py migrate
###5. Create Superuser (Admin)

python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published