Skip to content

Commit 3a76830

Browse files
committed
api documentation setup
1 parent 4db9c99 commit 3a76830

5 files changed

Lines changed: 2205 additions & 42 deletions

File tree

apidoc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "COC API",
3+
"version": "1.0.0",
4+
"description": "REST API for Coding Club backend",
5+
"title": "Coding Club API Docs",
6+
"url": "http://localhost:3000/api/v1",
7+
"sampleUrl": false,
8+
"template": {
9+
"withCompare": true,
10+
"sort": true
11+
},
12+
"output": "docs/apidoc",
13+
"input": "src/routes",
14+
"includeFilters": ["\\.ts$"]
15+
}

0 commit comments

Comments
 (0)