You can view an Artist and all his musics in /music path, and add music in the database by clicking the + button, the path is /AddMusic. Add an artist with /addArtist path /artist is all the stats about the project. then it's possible to update and delete music in UpdateMuic and DeleteMusic path.
Client: React, CSS
Server: Node, Express
Cloner project
git clone https://github.com/vsb-js/project-02-2021-winter-Malo-LC.git
In a first terminal, do :
cd backend
Install Dependencies
npm install
Run server
npm run start
Then, do the same in an another terminal :
cd frontend
Install dependencies
npm install
Run Server
npm run start