Address Book API

description

This is a address book app project made with nodejs, express and mongodb

Requirements

For development, you will need only Node.js ,node global package and mongodb installed in your environment

Node

If the installation was successful, you should be able to run the following command.

$ node --version
v14.17.0 (Or whatever is newer version you installed)

$ npm --version
7.15.0  (Or whatever is newer version you installed)

npm start

Runs the app

Open http://localhost:8000 to view it in the browser.