Skip to content

GuildCrafts/debugging-snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A repo which will test your debugging skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors