ShiftRides is a car renting website developed using HTML, CSS, JavaScript, Bootstrap, Tailwind CSS, Python, and Django. This project is an ongoing internship project given by EY, AICTE, and NextGen Edunet Foundation.
- User authentication: Allow users to sign up, log in, and log out .
- Responsive design: Ensure the website is optimized for various devices and screen sizes.
- Car listings: Display available cars for rent with details such as model, price, and availability .
- Dynamic Data Fetching: Implement a server-side API that dynamically retrieves car data from the database and populates the web page without the need for creating individual HTML pages for each car. This approach will ensure that the website remains scalable and easy to update, while also providing a seamless user experience.
- Admin panel: Provide admin access to manage cars, bookings, and users.
- Booking system: Enable users to book cars for specific dates (working on).
- HTML
- CSS
- JavaScript
- Bootstrap
- Tailwind CSS
- Python
- Django
- Sqlite
-
Clone the repository:
git clone https://github.com/Chethan814/Swift-Rides.git
-
Navigate into the project directory:
cd ShiftRides
-
Start the Djanga server:
python manage.py runserver
-
Start the tailwind css:
python manage.py tailwind start
-
Access the website by adding url in browser
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software for any purpose, subject to the terms of the license agreement.
Special thanks to EY, AICTE, and NextGen Edunet Foundation for providing this internship opportunity and project.