Skip to content

amadden80/houses_of_westeros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Houses of Westeros (And some Essos houses, too)

A Backbone/Express App

This app is ready to go with all the JSON-based CRUD routes you need! Build a front end for it using Backbone.

Setup

Before we can start this app, there are a few things we need to do...

  1. In the root of the repository, run npm install. This is similar to bundle in rubyland... But with some differences. If you don't have Node installed, go here and download and run the installer. NPM is installed as part of Node.

  2. Start psql and create a houses_of_westeros_development database.

  3. Run npm install -g sequelize-cli. This installs the command line interface for the sequelize module.

  4. Run sequelize db:migrate. Can you guess what this does?

  5. Run node seedfile.js. This will populate the database with all the information about ASOIAF houses.

Your Task

Implement full CRUD for this app using backbone.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published