Skip to content

A web application for bicycle rental management system.

License

Notifications You must be signed in to change notification settings

rmdharshini/Project-Cyclerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYCLERR - BICYCLE RENTAL MANAGEMENT SYSTEM


Table of Contents


Description

A dynamic website for bicyle rental management system. This application serves as platform where cycles can be rented or borrowed from a location and returned to user specified location.

Features

  • Extend Timer - Allows user to add extra time if the rider want to ride their cycles for more time.
  • Cyclerr Pass On - Allows user to give their particular cycle to another user.

Tech Stack

  • Frontend
    • HTML
    • CSS
    • JAVASCRIPT
  • Backend
    • JSP
    • SERVLETS
  • Database
    • MySQL

Back To The Top


How To Install

  1. Install XAMPP or WAMPP
  2. Open XAMPP control panal and start [apache] and [mysql]
  3. Download project from github (https://github.com/rmdharshini/Project-Cyclerr.git).
  4. Open link [localhost/phpmyadmin]
  5. Click on new at side navbar
  6. Create a database name as (cycle) hit on create button
  7. After creating the database click on import
  8. Browse the file in directory [Project-Cyclerr-main/database/cycle.sql].
  9. Open any browser and type (http://localhost/Project-Cyclerr-main)

Back To The Top


Contributors

DHARSHINI
Dharshini

SANJITHA
Sanjitha

SENTHIL
Senthil Kumar

SIVASANJAY
Sivasanjay Raahul

Back To The Top


License

Distributed under the MIT License. See LICENSE.md for more information.

Back To The Top