https://github.com/weekending/weekend-reservaiton-api
https://github.com/weekending/weekend-reservaiton-api
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weekending/weekend-reservaiton-api
- Owner: weekending
- Created: 2025-06-30T10:43:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T14:41:52.000Z (12 months ago)
- Last Synced: 2025-07-14T18:19:13.503Z (12 months ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```