Veterinary Clinic App

This is a tutorial for writing APIs. Note that adjustments would be needed to run this on production.

Run Locally

Requires docker-compose.

docker-compose up

App should be running and available at http://localhost:3001

Run Tests

docker-compose run web npm test