-
- Downloads
Add Exercice route and manager + Exercice creation
Showing
- ExpressAPI/src/managers/ExerciceManager.ts 28 additions, 0 deletionsExpressAPI/src/managers/ExerciceManager.ts
- ExpressAPI/src/models/Exercice.ts 98 additions, 0 deletionsExpressAPI/src/models/Exercice.ts
- ExpressAPI/src/models/ExerciceMember.ts 43 additions, 0 deletionsExpressAPI/src/models/ExerciceMember.ts
- ExpressAPI/src/routes/ApiRoutesManager.ts 9 additions, 7 deletionsExpressAPI/src/routes/ApiRoutesManager.ts
- ExpressAPI/src/routes/ExerciceRoutes.ts 129 additions, 0 deletionsExpressAPI/src/routes/ExerciceRoutes.ts
ExpressAPI/src/managers/ExerciceManager.ts
0 → 100644
ExpressAPI/src/models/Exercice.ts
0 → 100644
ExpressAPI/src/models/ExerciceMember.ts
0 → 100644
ExpressAPI/src/routes/ExerciceRoutes.ts
0 → 100644
Please register or sign in to comment