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

https://github.com/silwings-git/reservation_study


https://github.com/silwings-git/reservation_study

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reservation

A core reservation service that solves the problem of reserving a resource for a period of time.

For technical details, please refer to [RFC: core reservation service](rfcs/0001-core-reservation.md).

数据迁移
```bash
sqlx migrate run
```