Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 748 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 748 Bytes

TuneMate

A Social Network for Music

github

TuneMate is an Express.js-based social media to search for songs, add them to personal playlists and share them with other people!

Live demo

A live demo is available here

How to deploy

It is possible to deploy TuneMate by using the npm start command (see package.json) after installing the required modules using npm i in the src folder.

Alternatively, it is possible to deploy it by using Docker by using the following commands run in the src folder:

docker build -t tunemate .
docker run -d --name tunemate -p 8080:8080 tunemate --restart always