Skip to content

tiz314/TuneMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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