mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
too many changes - load posts now
This commit is contained in:
@@ -42,4 +42,4 @@ Now as easy as that sounds, you have a Node web application running on your mach
|
||||
|
||||
Express organizes everything nicely in the [Model View Controller](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) software pattern. Folders are split up into views, routes, and public files. If you are implementing a database, you would also create a "models" folder. There is also a folder which contains Node modules. When you use NPM to install new modules this is where they will be located.
|
||||
|
||||
Node is a very powerful tool that I plan on exploring more in the future. As development of this site continues, I plan to submit more content similar to this.
|
||||
Node is a very powerful tool that I plan on exploring more in the future. As development of this site continues, I plan to submit more content similar to this.
|
||||
Reference in New Issue
Block a user