Skip to content

ferminhg/contact-next-app

Repository files navigation

Contact list app

Requirements:

  • We want a Frontend + Backend application that allows you to create, read, update and delete a list of contacts.
  • Each contact will have: First name, Last name, Email, and phone number.
  • All the fields are mandatory and there can’t be two contacts with the same email.
  • You should be able to see the history of edits on those contacts.
  • The contacts will be persisted in the database

Tech Stack:

Dev env setup

Run the development server:

npm run dev

Test with jtest

npm run test

Deployed by Vercel: https://contact-next-app.vercel.app/