diff options
Diffstat (limited to 'week-7/Final4/blog/README.md')
| -rw-r--r-- | week-7/Final4/blog/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/week-7/Final4/blog/README.md b/week-7/Final4/blog/README.md new file mode 100644 index 0000000..863910e --- /dev/null +++ b/week-7/Final4/blog/README.md @@ -0,0 +1,14 @@ +Blog project for M101JS + +./app.js - entry point +./package.json - npm package description +./routes/ - Application routes +./posts.js - Posts Data Access Helper +./sessions.js - Sessions Data Access Helper +./users.js - Users Data Access Helper +./views/ - html templates + +Getting started + +npm install +node app.js |
