Interview test project
Application requires running instance of MongoDB database. It requires MONGODB_URI env variable with defined mongodb connection. Alternatively it will use default value:
mongodb://localhost:27017/AddressBook
To run the application
git clone [email protected]:kovalenp/interview-address-book.git
cd interview-address-book
npm install
npm start