Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 448 Bytes

music-artist

Before booting the system, run "yarn install"

To run the unit tests "yarn test"

You need docker to run the application

You can use the container with docker-compose up

Open a new terminal and enter the music-song directory

Run yarn typeorm migrations:run to create the table

The route for testing the api is: http://localhost:3005/api/music/

The file "MUSIC.postman_collection.json" contains the routes for testing in Postman