https://github.com/planetscale/go-bookings-api
An API written in Go simulating a travel booking agency.
https://github.com/planetscale/go-bookings-api
Last synced: 28 days ago
JSON representation
An API written in Go simulating a travel booking agency.
- Host: GitHub
- URL: https://github.com/planetscale/go-bookings-api
- Owner: planetscale
- License: cc0-1.0
- Created: 2022-08-03T20:03:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T16:01:11.000Z (almost 4 years ago)
- Last Synced: 2025-07-12T07:33:03.324Z (12 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Go Booking API
## DB Model
```
hotels
id
name
address
stars
rooms
id
type
price
hotel_id
bookings
id
arrival
departure
guest_id
room_id
guests
id
name
phone
```
## Used by
The following content uses this demo application:
- [Building a multi-stage pipeline with PlanetScale and AWS](https://planetscale.com/blog/building-a-multi-stage-pipeline-with-planetscale-and-aws)