Skip to content

Commit

Permalink
[add] Git Template model & controller
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Aug 29, 2024
1 parent 3827305 commit b2f9c49
Show file tree
Hide file tree
Showing 11 changed files with 281 additions and 39 deletions.
4 changes: 3 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
1. [Meta](source/controller/Hackathon.ts)
2. [Staff](source/controller/Staff.ts)
3. [Organizer](source/controller/Organizer.ts)
4. [Enrollment](source/controller/Enrollment.ts)
4. [Announcement](source/controller/Announcement.ts)
5. [Git template](source/controller/GitTemplate.ts)
6. [Enrollment](source/controller/Enrollment.ts)
5. Team management
1. [Meta](source/controller/Team.ts)
2. [Member](source/controller/Member.ts)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaiyuanshe/openhackathon-service",
"version": "0.18.0",
"version": "0.19.0",
"license": "LGPL-3.0",
"author": "[email protected]",
"description": "RESTful API service scaffold based on Node.js & TypeScript",
Expand All @@ -26,6 +26,7 @@
"koa-mount": "^4.0.0",
"koa2-swagger-ui": "^5.10.0",
"koagger": "^0.3.0",
"koajax": "^2.0.0",
"marked": "^14.1.0",
"mobx-restful": "^1.0.0",
"pg": "^8.12.0",
Expand All @@ -41,7 +42,7 @@
"@types/jsonwebtoken": "^9.0.6",
"@types/koa": "^2.15.0",
"@types/koa-logger": "^3.1.5",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^8.57.0",
Expand Down
88 changes: 57 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2f9c49

Please sign in to comment.