Skip to content

An application where you can store your personal and professional contacts

Notifications You must be signed in to change notification settings

ogii/contactkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An application where you can store your personal and professional contacts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published