https://github.com/rabinadk1/smartcounterserver
https://github.com/rabinadk1/smartcounterserver
flask flask-sqlalchemy python3 server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rabinadk1/smartcounterserver
- Owner: rabinadk1
- Created: 2019-01-28T12:50:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T16:31:13.000Z (over 7 years ago)
- Last Synced: 2025-06-01T07:18:03.208Z (about 1 year ago)
- Topics: flask, flask-sqlalchemy, python3, server
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmartCounterServer
'/api' for all the information
'/admin/getcounters' for all the counters
'/login' to login users with ["Username", "Password"]
'/admin/adduser' to add other user with ["Username", "Password", "CounterId", "Contact"]
'/updateseat' to book seats with ["BusId", "CustomerName", "Contact", "Seats"]
'/admin/login' to login admins with ["Username", "Password"]
'/admin/addbus' to addbus with ["BusNumber", "Source", "Destination", "DepartureTime", "Seats"]
'/admin/updatebus' to update with "BusNumber" compulsarily with optional ["Source", "Destination", "DepartureTime"]
'/admin/addcounter' to add counters with ["CounterName", "CounterAddress"]