Assignment - Server-Side Routing

Project Overview

In this assignment, you'll create a RESTful API with Express that implements CRUD operations for a resource of your choice. You'll practice creating routes that follow RESTful conventions and handle different HTTP methods appropriately.

Additional Resources