agenda-app/backend/README.md

8 lines
125 B
Markdown
Raw Normal View History

2024-04-12 21:12:37 +00:00
# Daily Agenda App Backend
Written in FastAPI.
```shell
docker build -t agenda-backend .
docker run --rm agenda-backend
```