fakiolinho / phonebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 99.4%Language:HTML 0.5%Language:CSS 0.1%