-
node 10.15.0 or above (primary).
-
npm 6.4.1 or above (primary).
-
git 2.21.0 or above.
-
yarn 1.17.3 or above.
-
Download zip file and extract (or) open terminal/command-prompt and run
git clone https://github.com/manukudur/phonebook-node.git
if git installed. -
Navigate to project folder in terminal/command-prompt and run
npm install
(or) if yarn installed in your computer runyarn install
. -
create
.env
file in current directory with following content.
DB_URL="YOUR_MONGODB_URL_"
npm start
.
This project is deployed in https://papafit.herokuapp.com/