Skip to content

Commit

Permalink
Merge pull request #9 from SJSUCSClub/docs/redoc
Browse files Browse the repository at this point in the history
added openapi spec
  • Loading branch information
knhn1004 authored Oct 4, 2024
2 parents 7116c81 + ecad645 commit dc5b799
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ To shutdown the server and remove associated volume, run:
```sh
docker compose -f docker-compose.dev.yml down -v
```

## Documentation

Generate the documentation with:

```sh
bun run docs
```

Show Docs
```sh
bun run docs:serve
```
4 changes: 3 additions & 1 deletion server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,6 @@ dist
# SvelteKit build / generate output
.svelte-kit

# End of https://www.toptal.com/developers/gitignore/api/node
# End of https://www.toptal.com/developers/gitignore/api/node

docs/index.html
Loading

0 comments on commit dc5b799

Please sign in to comment.