Added a more information section (#28084)
This commit is contained in:
committed by
Randell Dawson
parent
3be922b4c5
commit
78837947d6
@ -550,3 +550,8 @@ project-root/
|
||||
```
|
||||
|
||||
This is pattern is commonly known as MVC, model-view-controller. Simply because our database model, the UI of the application and the controllers (in our case, routes) are written and stored in separate files. This design pattern makes any web application easy to scale and helps make the code more maintainable.
|
||||
|
||||
## More Resources
|
||||
|
||||
- [Express official site](https://expressjs.com/)
|
||||
|
||||
|
Reference in New Issue
Block a user