Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaoplaster/spotymusic
A PWA based on the Spotify
https://github.com/brandaoplaster/spotymusic
bulma jquery pwa ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
A PWA based on the Spotify
- Host: GitHub
- URL: https://github.com/brandaoplaster/spotymusic
- Owner: brandaoplaster
- Created: 2019-11-04T14:36:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:40:58.000Z (about 2 years ago)
- Last Synced: 2024-10-09T21:33:32.838Z (4 months ago)
- Topics: bulma, jquery, pwa, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
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
* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management
* [Bulma](https://bulma.io/) - Dependency Management## Authors
* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details