A simple Car Rental web application built using Django. This project is designed with a clean and responsive UI using HTML, CSS, and JavaScript. The application handles basic routes for showcasing car rental features and services.
- Clean User Interface: Developed with HTML, CSS, and JavaScript for a modern, responsive design.
- Django Backend: Powered by Django, handling all the server-side logic and routes.
- Basic Routes:
- /: Home Page
- /about/: About the Car Rental Service
- /features/: List of Features offered by the service
- /cars/: Available Cars for Rent
- /help/: Help and Support Section
Clone the repository:
git clone https://github.com/codewithalphadotcom/car-rental-django.git
- Navigate to the project directory:
cd car-rental-django
- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On Mac/Linux:
source venv/bin/activate
- Install Dependencies:
pip install -r requirements.txt
- Start the Django Development Server:
python manage.py runserver
- Visit the app at
http://127.0.0.1:8000/
- Backend: Django
- Frontend: HTML, CSS, JavaScript
Krrishna - codewithalphadotcom
- Youtube: @codewithalphadotcom
- Linkedin: krrishkumar
- Github: codewithalphadotcom