Skip to content

scottmacphersonmusic/curatorship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curatorship

By Scott Macpherson

Description

curatorship provides a simple interface for connecting artists with venues via concerts.

Usage

This app has three resources: artists, venues and concerts. You can create, read, update or destroy any of them.

Artist attributes:

  • name
  • genre
  • draw (average concert attendance)

Venue attributes:

  • name
  • capacity
  • all_ages (yes or no)

Concert attributes:

  • concert_date
  • artist_id
  • venue_id

Artists have many Venues through Concerts

Venues have many Artists through Concerts

Concerts belong to both Artists and Venues

Credit

The following documentation was referred to extensively for guidance:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published