Skip to content

untalsanders/contacts-site

Repository files navigation

💀 Contacts API 💀

💭 What is it?

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.

🏁 How To Start

  1. Clone this repository:
git clone https://github.com/untalsanders/contacts-site.git
  1. Install Nodejs. Go link for install NVM
nvm install --lts
  1. Set it a node version as default for project. This use .nvmrc file to set a node version as default
nvm use
  1. Install dependencies
npm install
  1. Run application
# Dev Environment
npm run dev

🐺 Author

🔓 License

This project is open-sourced software licensed under the AGPL-3.0 license.

About

Personal Contact List

Resources

License

Stars

Watchers

Forks