Skip to content

saraleung/eventsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

The goal of the take home assignment is to evaluate basic understanding of:

  • database
  • backend technology
  • frontend technology
  • source control

Description

  • Database: create the following tables

    • Performer table with a name column
    • Event table that has a name column, datetime column
    • Relationship: an event has many performers
    • For example, the test data:
      • Event name: Blue Jays vs Chicago Cubs
      • Performers:
        • Blue Jays
        • Chicago Cubs
  • Website:

    • Using a technology of your choice
    • Build a website to display existing events with their associated performers
    • You will prepopuate the database in advance with the above test data
    • A single web page to view an event and its associating performers. A simple table listing the event and performers is sufficient.
    • Write unit tests for any controller or model code
  • SCM:

    • Clone or fork this repo to github or bitbucket
  • Hosting (optional):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •