Crude rideshare website created to experiment with back-end engineering and manipulating SQL from a website.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
8
commits
Removed some old files that break the program that somehow made their way back.
5513ddbView on GitHubRider creating booking, searching for driver, and cancelling now works after some modification.
396385aView on GitHubAdded a lot of untested code for a rider to create a booking, search for a driver in real-time, and cancel the booking at will. Hope it works.
554cc94View on GitHubAdded login differentiation for drivers, who will now be sent to a different page for drivers. Next is implementing a real-time queue for riders and drivers.
1524322View on GitHubAdded registration for drivers on the same page. We ball. I still need to make the login look at usernames from the driver table instead of only the rider table.
49a2a2dView on GitHubAdded username login and a way to check the username exists. If they do, they are redirected to the makeshift destination page. Added a registration for riders that asks for the required attributes, then adds them to the riders table. Drivers will get their own registration page soon.
2f74b06View on GitHubAdded second webpage and SubmitHandler, which sends the text input to DBHandler to add into the database. In short, I made the input and button work with the SQL database.
f33da0dView on GitHubInitial commit. Working site, simple SQL manipulation upon opening, inputs do nothing right now.
77a6616View on GitHub