Skip to content

Commit

Permalink
feat: #525 Adding API Server and Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Jan 4, 2024
1 parent e4927da commit d61a148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Or these folders...
!.github
!*.png
!.github/ISSUE_TEMPLATE
!.github/ISSUE_TEMPLATE/*.yaml
!.github/workflows
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ Once the Docker container is running, you can access the API endpoints:

The API documentation can be accessed via the Swagger UI. Use the Swagger UI to explore available endpoints, test different requests, and understand the API functionalities.

![Swagger UI](SwaggerUI.png)

#### API Endpoints
`GET /bin_collection/{council}`

Expand Down
Binary file added SwaggerUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d61a148

Please sign in to comment.