Chinook Music API: Project 1 due June 16th

Here is a SQLite database for a music store. Here is a layout of the tables.

Your job is to build a REST API which allows basic CRUD operations (Create [POST], Read [GET], Update [PUT], Destroy [DELETE]) on this database. Pretend that you are part of a web development team building an internal site for employees to look things up. You should expect JSON-in and JSON-out. (Use Cloud9, or your own host, and make sure Matthew and I have access to run the code.)

Specific guidelines

Helpful Things