ibnTofajjal / contact-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API End-Points For Contact

✔️ '/api/contacts' -----------> [getContacts]
✔️ '/:id'  -----------> [getSingleContact]
✔️ '/createContact' -----------> [createContact]
✔️ '/:id' -----------> [updateContact]
✔️ '/:id' -----------> [deleteContact]

API End-Points For Users

✔️ '/api/users' -----------> [getAllUsers]
✔️ '/login' -----------> [Login]
✔️ '/register' -----------> [register]
✔️ '/current' -----------> [loggedin  user]

About


Languages

Language:JavaScript 100.0%