Skip to content

floris09/codaisseurify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codaisseurify

Ruby Application for displaying artists and songs. CarrierWave was used for uploading the images to Cloudinary

Features:

  • Sort artists by name or by date of creation
  • Add and delete songs using Ajax
  • Delete artist

To Do:

  • Create and update artist
  • Update song

codaisseurify

codaisseurify


Database Structure

  1. Artists
  • name: string
  • bio: string
  1. Photos
  • artist_id: integer
  • image: string
  1. Songs
  • name: string
  • artist_id: integer

Running Locally

Make sure you have Ruby and Bundler installed.

git clone [email protected]:floris09/codaisseurify.git
cd codaisseurify
bundle install
rails db:create db:migrate db:seed
rails server

Test Suite

The following gems were used for testing:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published