Skip to content

ktpeace/app-academy-music-archive-server-long-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Completed version of: Long Practice: API Server for a Music Archive

App Academy project description:

In this practice, you will implement the code for the server that you documented in the previous API docs for a Music Archive practice.

Set up

Clone the project from the starter.

Instructions

Take a look at the server code in server.js. GET /artists is already implemented for you. The seed data for artists, albums, and songs are imported from the JSON files in the seeds folder. The seed data for artists, albums, and songs saved to variables at the top of the server.js file.

Implement the code for the endpoints that you documented in the API docs for a Music Archive practice.

After you implement the code for each endpoint, test the endpoint with Postman and/or in the browser's "Console" tab using fetch.

Make sure your server's request-response for every endpoint matches the example server that you used to help you create the API documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published