Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Create layers in project architecture #17

Open
jigar288 opened this issue Jan 28, 2021 · 0 comments
Open

Create layers in project architecture #17

jigar288 opened this issue Jan 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jigar288
Copy link
Owner

### 3 layers

  • Controller Layer - should only consist of API routes and endpoints
  • Business Layer - controller layer should pass request info to business layer. Businesss layer should perform logic & pass the data to data access layer
  • Data Access Layer - this layer should only be responsible for accessing and relaying data (azure, databases, other external services)

### References

@jigar288 jigar288 moved this from To do to In progress in CloudVOD Project management Mar 1, 2021
@jigar288 jigar288 added the enhancement New feature or request label Mar 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants