Api to manage users with playlists and songs from albums.
(It's a boilerplate project) to have basics for node JS).
docker-compose up -d
npm start
# you can now call http://localhost:3000/
npm run fixtures
curl --location --request POST 'http://localhost:3000/login' \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "{username}",
"password": "{password}"
}'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.