Skip to content

nickpickcodes/ByteLoop.Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ByteLoop.Api

This project represent the API layer for the ByteLoop platform.

Major Components

Controllers

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

Repositories are used to manage query and command executions against the database.

Models

Models are code representations of the objects used in the logic for ByteLoop. Often, models correlate to database entities.

Architecture

Overall ByteLoop architecture diagram image

About

ByteLoop API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors