added initial swagger docs

This commit is contained in:
Joe Arndt 2026-02-13 11:03:31 -06:00
parent f72047b18e
commit b7acc9e352
7 changed files with 80 additions and 16 deletions

View file

@ -14,7 +14,7 @@ Start the API:
```bash
npm run start:dev
```
Verify running via the [healthcheck](http://localhost:3000/common-cents/healthcheck) endpoint.
To verify the API is running access the interactive [documentation](http://localhost:3000/common-cents/docs).
Default port (`3000`) can be changed by setting the `PORT=` environment variable.