/phonebook

Phonebook with React frond-end and CRUD in Express/MongoDB

Primary LanguageJavaScript

Phonebook

Phonebook with React frond-end and CRUD in Express/MongoDB

Built with

Prerequisites

MongoDB and NodeJS need to be installed to run the project

Installation

1. cd in phonebook-api and npm install to install all the needed dependencies (back-end)
2. cd in my-app and npm install to install all the needed dependencies (client)

Launch Server

For client and back-end, run npm start, then launch http://localhost:3001 to access the client application