live at https://arcane-oasis-95340.herokuapp.com/
Dynamic blog created to practice back-end frameworks
Javascript, JQuery, MongoDB and EJS used to create responsive pages for each new posts
learning points:
- Lodash extention for kebabcase
- Ejs templating for pages
- Ejs footer and header templates in partial folder
- Bodyparser to handle post request
- Upload to Heroku server
- array.forEach to loop through posts
- Using js in ejs docs to create loops
- Installing required modules in npm
- Using gitignore to make the file smaller on github
- Branching while working on new updates
- Creating custom url Ids for each post page
- Shortening strings with substring
- Linking in between pages