https://github.com/mio256/thirdbook
ogenによるスキーマ駆動な施設予約システム
https://github.com/mio256/thirdbook
docker go golang ogen
Last synced: about 2 months ago
JSON representation
ogenによるスキーマ駆動な施設予約システム
- Host: GitHub
- URL: https://github.com/mio256/thirdbook
- Owner: mio256
- License: mit
- Created: 2024-05-16T03:27:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T10:08:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T14:48:46.428Z (about 1 year ago)
- Topics: docker, go, golang, ogen
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thirdbook

## Overview
simple booking system
## Requirement
[go.mod](./go.mod)
## Usage
[Makefile](./Makefile)
```sh
docker compose -f docker-compose.dev.yaml up -d
make tools
make migrate-db
go get .
cp .env.sample .env
echo dotenv > .envrc
make local-server
```
## Deploy
```sh
gcloud builds submit --tag "tag_name"
```
## Author
[mio256](https://github.com/mio256)
## License
[MIT License](./LICENSE)