Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mio256/thirdbook
ogenによるスキーマ駆動な施設予約システム
https://github.com/mio256/thirdbook
docker go golang ogen
Last synced: about 1 month ago
JSON representation
ogenによるスキーマ駆動な施設予約システム
- Host: GitHub
- URL: https://github.com/mio256/thirdbook
- Owner: mio256
- License: mit
- Created: 2024-05-16T03:27:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T10:08:40.000Z (4 months ago)
- Last Synced: 2024-10-02T09:04:41.109Z (about 1 month 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
![mio256](https://avatars.githubusercontent.com/u/71450182)
## 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)