A project for my CS classes at university
- Search for songs, albums, artists & more!
- Register and login to view your profile, to select favorites & more!
- Create playlists and group, follow playlists, join groups
You can see the docs here and some screenshots here
- Create a
.env
file under./src
, put there the following:- MONGONAME
- MONGOPASSWORD
- PORT
- CLIENT_ID
- CLIENT_SECRET
- SECRET
- Run
dockerize.sh
(eventually after changing your timezone) At this point:
-
You can use a graphical interface
-
You can do the following:
- Run
rundockerized.sh
- Run
dockerids.sh
and save the id of your container - Fill
dockerlogs
with the correct id and run it periodically to view the logs.
- Run