An open API service indexing awesome lists of open source software.

https://github.com/drewmoore/veterinary-clinic


https://github.com/drewmoore/veterinary-clinic

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.

```bash
docker-compose up
```

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

## Run Tests
```bash
docker-compose run web npm test
```