https://github.com/roerohan/hop
https://github.com/roerohan/hop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roerohan/hop
- Owner: roerohan
- Created: 2019-08-21T19:53:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T22:19:44.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T12:46:14.454Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hop
Late for classes and no buses available? Hop on to one of our cycles!
- Save Time!
- Save Money!
- Save Attendance!
- Travel eco-friendly
# Requirements
- Cycles
- GPS Tracking System
- Station
- OTP Lock
- Mobile Application for Tracking Rides
# Database Structure
## User
- Name
- Phone
- Email
- Reg. No
- Password
- Room No.
- Credits
- UPI Key (TBD)
- Cycle-ID (Foreign-Key) (null if not owner)
## Cycle
- Unique ID
- Model Name
- Trips Completed
## Station
- Venue Name
- Location
- Number of Cycles
## Trip
- From Station (Foreign Key)
- To Station (Foreign Key)
- User-ID (Foreign Key)
- Cycle-ID (Foreign Key)