Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r21gh/airplaneseatreserve
Simplest online airplane seat system
https://github.com/r21gh/airplaneseatreserve
airplane docker gin golang passenger seats
Last synced: about 1 month ago
JSON representation
Simplest online airplane seat system
- Host: GitHub
- URL: https://github.com/r21gh/airplaneseatreserve
- Owner: r21gh
- Created: 2018-09-05T14:08:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T09:35:50.000Z (over 5 years ago)
- Last Synced: 2023-03-02T17:17:54.894Z (almost 2 years ago)
- Topics: airplane, docker, gin, golang, passenger, seats
- Language: Go
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### airplane seat reservation
#### Description
1. Define the dimension of the
matrix that will represent seating arrangement.
Example: Input: Rows: 10, SeatsPerRow: 62. Select or input a seating assignment
randomly in the matrix or in sequence for a passenger:
Example: Input: Row: 3, Seat: 2, Occupied: true3. Search for a seat number
by inputing the sequence of seat assigned.
Example:
Input: 3 (means 3rd seat assigned)
Output: 6F (depending on what part/coordinate in the matrix{seating arrangement}
the 3rd passenger was assigned.)###### environment variables :
- PORT