Skip to content

KarimTayie/contact-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact list App

Contact list App is an api that allows users to add new contacts, get all user contacts and get recent contacts.

Features

  • 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)

How to run

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

API Doc

Postman API collection link: Contact list Postman collection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published