This project represent the API layer for the ByteLoop platform.
Controllers are used to organize 'routes' on the API. There are several controllers for various functions of ByteLoop:
- UserController (managing user logins and profile settings)
- QuestionController (managing user questions and responses)
Repositories are used to manage query and command executions against the database.
Models are code representations of the objects used in the logic for ByteLoop. Often, models correlate to database entities.
