Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 507 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 507 Bytes

ContactKeeper

ContactKeeper is a simple app to keep track of contacts.

Configuring the App

After cloning the repository, install the required dependencies

npm install

In order to use the application, you must create a default.json file in the config folder, and specify a mongoDB URI/jwtSecret in the following format:

{
  "mongoURI": "",
  "jwtSecret": ""
}

Acknowledgements

Thanks to Brad Traversy for providing this project.