Skip to content

A simple and responsive web application built with Django, have created this to get familiar with the Django framework.

Notifications You must be signed in to change notification settings

codewithalphadotcom/car-rental-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Car Rental Django Web-App

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.

Features

  • 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

Installation

Clone the repository:

git clone https://github.com/codewithalphadotcom/car-rental-django.git
  1. Navigate to the project directory:
cd car-rental-django
  1. Create a virtual environment:
python3 -m venv .venv
  1. Activate the virtual environment:
  • On Windows:
venv\Scripts\activate
  • On Mac/Linux:
source venv/bin/activate
  1. Install Dependencies:
pip install -r requirements.txt
  1. Start the Django Development Server:
python manage.py runserver
  1. Visit the app at http://127.0.0.1:8000/

Technologies Used

  • Backend: Django
  • Frontend: HTML, CSS, JavaScript

Author

Krrishna - codewithalphadotcom

Socials

About

A simple and responsive web application built with Django, have created this to get familiar with the Django framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published