Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 713 Bytes

File metadata and controls

17 lines (12 loc) · 713 Bytes

Contacts Snapshot starter project

Dev Setup

  1. Create your database: createdb contacts_development
  2. Load your database with the schema: npm run load_schema
  3. Install your dependencies: npm install
  4. Run the server: nodemon

Features which are broken, and need to be fixed

  • Going to the Home Page (http://localhost:3000/) should let you see all the contacts
  • Going to a contact detail page should show the full name of the contact
  • Adding a contact should add a new contact in the database, and redirect to the created contact
  • Clicking on the Delete link for a contact should delete the contact
  • Searching for a contact should list all the contacts which match the search string