A discography CRUD web application written in Ember/Javascript. Store musical artists, albums, and songs.
See the wiki for API reference.
You will need the following things properly installed on your computer.
# Clone the code repository.
git clone https://github.com/adamkendis/ember-discography.git
cd ember-discography
# Install dependencies.
npm install
# Start development server
ember serve
With the development server running, point your browser to http://localhost:4200/
Note:
The back-end is a Mirage mock server. The mock database is seeded with random artists/albums/songs on first page visit. Navigating the app via the Header links will operate on the same data set. Refreshing the page (via browser refresh button or cmd+r) will create a new mock dataset.