https://github.com/drewmoore/veterinary-clinic
https://github.com/drewmoore/veterinary-clinic
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drewmoore/veterinary-clinic
- Owner: drewmoore
- Created: 2021-04-13T13:08:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T17:00:16.000Z (about 5 years ago)
- Last Synced: 2025-03-06T04:46:46.510Z (over 1 year ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```