Szakdolgozat/backend/src/controllers
2021-11-20 02:51:00 +01:00
..
course-requirement.controller.ts Added Subject, Course, Requirement models and relations for them 2021-11-20 02:51:00 +01:00
course-subject.controller.ts Added Subject, Course, Requirement models and relations for them 2021-11-20 02:51:00 +01:00
course-user.controller.ts Added Subject, Course, Requirement models and relations for them 2021-11-20 02:51:00 +01:00
index.ts Added Subject, Course, Requirement models and relations for them 2021-11-20 02:51:00 +01:00
ping.controller.ts Add backend app with basic Docker support 2021-11-09 21:52:42 +01:00
README.md Add backend app with basic Docker support 2021-11-09 21:52:42 +01:00
subject-course.controller.ts Added Subject, Course, Requirement models and relations for them 2021-11-20 02:51:00 +01:00
user-course.controller.ts Added Subject, Course, Requirement models and relations for them 2021-11-20 02:51:00 +01:00
user.controller.ts Implement authentication on frontend 2021-11-19 18:19:45 +01:00

Controllers

This directory contains source files for the controllers exported by this app.

To add a new empty controller, type in lb4 controller [<name>] from the command-line of your application's root directory.

For more information, please visit Controller generator.