Website i made during the 9 weeks course of Codaisseur.
The assignment was to make an Spotify like website on wich you can add and delete songs and artists through ajax
These are the steps I followed when working on this app:
- Setting up project
- Adding Bootstrap, jquery, devise, rspec,
- Setting up the database
- Setting up the models, and controllers.
- Adding views
- Add song feature
- Delete song feature
- Delete all songs feature
- Artists
- name:string
- genre:string
- Songs
- name:string
- artist_id:bigint
- Photos
- artist_id:bigint
- image:string
Make sure you have Ruby and Bundler installed.
git clone [email protected]:Opaismoe/codaisseurify.git
cd Codaisseurify
bundle install
rails db:create db:migrate db:seed
rails server