Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mio256/thirdbook

ogenによるスキーマ駆動な施設予約システム
https://github.com/mio256/thirdbook

docker go golang ogen

Last synced: about 1 month ago
JSON representation

ogenによるスキーマ駆動な施設予約システム

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)