Added a more information section (#28084)

This commit is contained in:
Luka Kidric
2019-03-20 01:24:51 +01:00
committed by Randell Dawson
parent 3be922b4c5
commit 78837947d6

View File

@ -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/)