There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a sample project that I created to learn Ruby on Rails v2.3.8 for my CMU class "Foundations in Software Engineering". The purpose of this application is to allow people to listen to the music that is stored on the server while filtering on other music uninterrupted. While iTunes does exist, I am always annoyed that the song you are sampling is immediately cut when you filter on other criteria. This application aims to remedy that. It is defined for two users: one for administrators (to include music to the repository) and one for the viewers/listeners. This application is poorly designed and does need to be refactored to use REST properly and for better usability.