spotymusic

A PWA based on the Spotify

Stars
0

SpotMusic

A PWA based on the Spotify. Users can favorite their favorite songs, besides being able to search for music by artist category or albums.

Prerequisites

You just need have docker-compose installed in your machine.

Getting Started

To get the app running, run the following commands:

  docker-compose build
  docker-compose run --rm webiste bundle install
  docker-compose run --rm website bundle exec rails db:create
  docker-compose run --rm website bundle exec rails db:migrate
  docker-compose up

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Related Projects