Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed May 10, 2023
1 parent 83b5bff commit 1086e6c
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 @@ Fully manual budget app to track your expenses. Completely opensource, with priv
- API specifications [swagger](https://api.seven23.io/swagger/) and [redoc](https://api.seven23.io/redoc/)
- [Issue tracker](https://github.com/sebastienbarbier/seven23_server/issues)
- [Code repository](https://github.com/sebastienbarbier/seven23_server)
- [Docker images](https://hub.docker.com/r/sebastienbarbier/seven23)

Seven23 server instance is powered by [django](https://www.djangoproject.com/) and [django-rest-framework](https://www.django-rest-framework.org/) to manage and expose a restful API.
**It does not include a user interface**, which is managed as a totally independant project like [seven23_webapp](https://github.com/sebastienbarbier/seven23_webapp).
Expand All @@ -26,4 +27,4 @@ make docker-build
make docker-run
make docker-shell
make docker-stop
```
```

0 comments on commit 1086e6c

Please sign in to comment.