Skip to content

Commit

Permalink
docs:README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rocknroll17 committed Nov 4, 2024
1 parent 25ffede commit 4cbd691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Unid-thon Hackathon에서 만들어진 API 서버입니다.
- 유저가 가진 생필품을 사용하고 기록할 수 있는 기능
- 유저가 물건을 산 가격을 추적하여 다음 해당 물건의 예상 금액을 유추하는 기능
- 유저가 물건을 소비하는 주기를 추적하여 다음 해당 물건의 예상 소모일을 유추하는 기능
- Github Action을 통한 AWS 배포 자동화

## Installation

Expand Down Expand Up @@ -70,7 +71,7 @@ Unid-thon Hackathon에서 만들어진 API 서버입니다.
```

## API Documentation: Swagger
Open [http://localhost:8000/docs](http://localhost:8000/docs) in your browser for API documentation.
Open [http://localhost:8000/docs] in your browser for API documentation.

## Project Structure
```bash
Expand Down

0 comments on commit 4cbd691

Please sign in to comment.