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

https://github.com/weekending/weekend-reservaiton-api


https://github.com/weekending/weekend-reservaiton-api

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reservation API πŸ¦€

### πŸ’» 개발 ν™˜κ²½

- Rust: 1.87.0
- Cargo: 1.87.0
- Axum: 0.8.4


# 1. 둜컬 ν™˜κ²½μ„€μ •

## 1.1 μ½”λ“œ Clone

```sh
$> git clone https://github.com/weekending/weekend-reservaiton-api.git
$> cd weekend-reservaiton-api
```

## 1.2 μ˜μ‘΄μ„± μ„€μΉ˜

```sh
$> cargo build
```

## 1.3 μ„œλ²„ μ‹€ν–‰

```sh
$> cargo run
```

## 1.4 λ„μ»€λ‘œ μ‹€ν–‰

```sh
$> docker build -t axum-app .
$> docker run -p "8000:8000" --env-file ./.env axum-app
```