completed 3 March 2019

Muses Code Workshop on Node.js

Workshop with Muses Code on Node.js, where I created a website with Node.js and Express.

The website was a recipe website, with adding, editing and deleting recipes in an admin area

Things I Learnt

  • How to set up a project
  • Creating a server
  • Static Assets
  • Creating Routes
  • Templates
  • Partials
  • Adding a Recipe Page
  • Adding a Recipe Database
  • Adding Individual Recipe Pages
  • Adding Admin Features
  • Editing a Recipe
  • Working with Markdown
  • Adding a New Recipe
  • Deleting a Recipe

Things recommended to pursue further but were not covered in this course:

  1. Authentication, for only specific people being able to access admin
  2. Error checking.