Contacts API is an API that allows you to create, update, and delete contacts.
This projects is hosted on: https://contacts-api-nrestrepo05.herokuapp.com/contacts
This project was made with Node.JS, Express.JS, and Mongo DB.
If you want to run it, yo need to create a Mongo DB wherever you prefer. I recommend Mongo Atlas.
If you already created your DB just follow the steps below:
- Install dependencies
npm i
- create your .env file. The .env file must contain this:
CONTACTS_DB_USER=XXXXXXXXXXXXXX CONTACTS_DB_PASSWORD=XXXXXXXXXXXXX CONTACTS_DB_PORT=XXXX
- Now just run it with:
npm run nodemon
Now it is running!
To contribute to Contacts API, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
If you want to contact me you can reach me at [email protected].
This project uses the following license: MIT.