Skip to content

BenjaminSeed/music-library

Repository files navigation

MCR Codes Music Library Project

ABOUT

As part of the MCR Codes back-end module, this project is designed to showcase RESTful API routes and CRUD operations. Users can access this data using a MySQL database

Concepts

Installation

  • install Docker Desktop
  • Once you have docker installed, you can pull and run a MySQL image with:
 docker run -d -p 3307:3306 --name music_library_mysql -e MYSQL_ROOT_PASSWORD=password mysql
  • In your terminal run:
npm i

About

MCR Codes Music Library Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published