/phonebook

Primary LanguageJavaScript

Phonebook

Get Started

git clone https://github.com/fakiolinho/phonebook.git
cd phonebook
npm i && npm start

You also need a .env file in the following format (it is ignored by git):

MONGO_URI=mongodb://localhost/phonebook

HOST=localhost
PORT=3000