Skip to content

tessneau/GenreFluid

 
 

Repository files navigation

🎸GenreFluid 🎸

A social music app to search through the Spotify library, create the playlists to accompany all your moods and share those with other users

app runthrough gif

🧩Installation

bundle install
rails db:migrate && rails db:seed
rails s

Copy the resulting url listed as Listening on [url] (often it will be localhost:3000), paste the url into your browser & voila. If there are problems, start by checking that the data has seeded by running rails c, then User.all

🏹 Usage

  • A user can login or sign up
  • If signing up, the user can update their default profile info
  • On a user's profile page is their DJ info, created playlists and liked playlists
  • Here, a user can create a new playlist
  • A search bar on the navigation bar allows the user to search for songs, artists, albums, spotify playlists, and other users on the app
  • Entering a search brings the user to a page with the results listed out and the options to add songs to the user's playlist or see other users' profile

📦 Built With

🛒 Future Tasks

  • Bootstrap forms
  • Add social media sharing features

🦴Authors

🙏Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.5%
  • HTML 20.3%
  • CSS 3.5%
  • JavaScript 1.6%
  • CoffeeScript 1.1%