The Bicycle Rental System is a web application that allows users to rent bicycles for a specified duration. It provides an intuitive interface for users to browse available bicycles, make reservations, and manage their rentals. The system aims to streamline the bicycle rental process and provide a convenient solution for both users and administrators.
To run the Bicycle Rental System locally, follow these steps:
-
Clone the repository: https://github.com/thisisrohitkumar/brs.com.git
-
Install the necessary dependencies i.e. XAMPP Server
-
Set up the database:
- Create a new MySQL database.
- Import the database schema and sample data from project-folder/sql/bicycles.sql
-
Start XAMPP server.
The application will be accessible at http://localhost.
Once the application is running, open it in your web browser. Users can sign up for an account, browse available bicycles, and make reservations by specifying the rental duration.
- User authentication
- Browse and search available bicycles
- Make reservations with specified rental duration
- Manage rentals, including pick-up and return functionality
- User dashboard to manage profile
- HTML, CSS and JavaScript
- PHP
- MySQL
Contributions are welcome to enhance the Bicycle Rental System. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Commit and push your changes to your forked repository.
- Submit a pull request, explaining the changes you made.
Please make sure to follow the coding standards and include appropriate tests for your changes.
For any questions or suggestions, feel free to reach out:
- GitHub Repository: https://github.com/thisisrohitkumar/brs.com
- Email: [email protected]