/phonebook-app

A basic application to manage contacts

Primary LanguageTypeScript

Phone book app

A basic CRUD application to manage contacts. Built using NodeJS, Typescript and React

Notes

This application is using a cloud MongoDB database on MongoDB Atlas.

Run locally

  • git clone git@github.com:richard0000/phonebook-app.git
  • cd phonebook-app

Run the backend

  • cd backend
  • yarn i
  • yarn start

Run the frontend

  • cd backend
  • yarn i
  • yarn start

It should look like this

image