- Create your database:
createdb contacts_development - Load your database with the schema:
npm run load_schema - Install your dependencies:
npm install - Run the server:
nodemon
- 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
Deletelink for a contact should delete the contact - Searching for a contact should list all the contacts which match the search string