A Django and Rest Framework
application with a vets
application (Django learning playground).
This project was originally a pure django learning environment, it has since been extended to include platform options as well (k8s infra) and has become a bit of a playground for that as well.
The main app of the project is a booking system for vet surgeries. To this end the api has
models for a client
, a vet
, a pet
, appointment
and so on.
User Stories to track features I'm pursuing.
On Dockerhub
you will find the released versions of vets-app
.
All the documentation has recently moved!