completed 3 March 2019
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
- 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:
- Authentication, for only specific people being able to access admin
- Error checking.