Contacts API is a REST API to manage a contact list. You will have access to all the information of your contacts such as phone, address or email. You will be able to add, delete and/or modify contacts and contact groups along with all the information related to each contact birthday, important health notes such as allergies etc.
- Clone this repository:
git clone https://github.com/untalsanders/contacts-site.git
- Install Nodejs. Go link for install NVM
nvm install --lts
- Set it a node version as default for project. This use
.nvmrc
file to set a node version as default
nvm use
- Install dependencies
npm install
- Run application
# Dev Environment
npm run dev
- Sanders Gutiérrez - System Engineer (Java Developer)
This project is open-sourced software licensed under the AGPL-3.0 license.