Wrote a New API
Learned Mongoose
Used Express.js
Learnt JavaScript
+2

Completed sections in Angela Yu's Full Stack Web Development course on Udemy.


Section 31: Build Your Own RESTful API from Scratch

  • Overview of REST
  • Set up on express server as wiki app. (articles)
  • GET route for all articles
  • POST route for one new article
  • DELETE route for all articles
  • GET route for a specific article
  • PUT route for updating one entire article
  • PATCH route for updating specific properties within a specific article
  • DELETE route for a specific article
  • Refactored routes into chained route handlers in Express
This is not a hosted project, but I plan to do a case study on it with screenshots for a blog/portfolio entry (post-course completion task).