Car Goes Far is a Django-based web application designed to streamline car rental services for small businesses. This platform allows users to create accounts, browse available cars, and book a car for a specified period. The project is built to provide a user-friendly interface for efficiently managing car rentals.
Website : https://cargoesfar.pythonanywhere.com
- User Authentication: Users can securely create accounts and log in.
- Browse Cars: Users can view the available cars for rent.
- Car Booking: Users can request to book a car for a specific period.
- Admin Dashboard: Admins have access to an intuitive dashboard for managing users, cars, and bookings.
To run the Car Goes Far project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ME17FD/car_goes_far.git
-
Navigate to the project directory:
cd car_goes_far
-
Install the required dependencies:
pip install -r requirements.txt
-
Apply migrations to set up the database:
python manage.py migrate
-
Start the development server:
python manage.py runserver
-
Access the website in your web browser at
http://localhost:8000/
.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.