Contact list App is an api that allows users to add new contacts, get all user contacts and get recent contacts.
-
Add New Contacts (authed): User add new contact.
-
Get All User Contacts (authed): Get all user contacts with pageNum (limit 5 per page)
-
Get Recent Contacts (authed): get latest transactions with user contacts (limit 5)
1- Run this command to install node modules:
$ npm i
2- Inside the project directory run: (to import database collections and data)
$ mongorestore --db ContactList ./database/
3- To start the project run this command:
$ npm start
Postman API collection link: Contact list Postman collection