Skip to content

An app that you can chat about and rate your favorite albums

Notifications You must be signed in to change notification settings

heanuea/AlbumRatingApp

Repository files navigation

Album Rating App

  • This is a ruby on rails web application.
  • create a user with name and password.
  • user can download a album cover and rate that album with a star rating.

This is a college 3rd year project, the Design Document is up within the files or you can download it here. Design Document

You can visit the wiki i have the design document up there to wiki

Getting Started

To run the project on your local machine you need to download ruby installer all is given on documatation folder above. you can run it on the cloud enviroment also details below

Cloud9 IDE!

To get started, just do the following:

  1. Run the project with the "Run Project" button in the menu bar on top of the IDE.
  2. Preview your new app by clicking on the URL that appears in the Run panel below (https://albumratingapp-heanuea.c9users.io/).

The Cloud9 IDE team Support & Documentation Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http://www.youtube.com/user/c9ide

Installing rails on pc

  1. Install Rails at the command prompt if you haven't yet:

     $ gem install rails
    
  2. At the command prompt, create a new Rails application:

     $ rails new myapp
    

    where "myapp" is the application name.

  3. Change directory to myapp and start the web server:

     $ cd myapp
     $ rails server
    

    Run with --help or -h for options.

  4. Using a browser, go to http://localhost:3000 and you'll see: "Yay! You’re on Rails!"

  5. Follow the guidelines to start developing your application. You may find the following resources handy:

Deployment

To deploy the project you need to have the rails or to go online onto clou9.io

Video Demo

Click to view

Authors

License

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

References