This application for contact-listing applications can help users stay organized and efficient by providing a centralized location for managing and accessing their contact information. The app allows users to create their own contacts after token-based authentication.
https://contact-list-orpin.vercel.app
https://contact-wh3n.onrender.com
React (JSX Syntax), Redux, Chakra-ui Library for Styling & Modal, axios for handling asynchrous request, react-router-dom for routing or Navigate from one page to another, Standard react components, React-hooks, chakra-icons & react-icons.
Node.js, Express.js, mongodb (NoSQL), mongoose for connect database to server, cors for handling the cors error, relationships between collections, BSON and Bsondump.
Clone the Repository from Github. Then do the following steps:
npm install
# For Frontend
npm run start
(Or)
npm start
# For Backend
npm run server
404 ---> Not Found/failure
200 ---> OK/Success/get/put
201 ---> Created/post
204 ----> Delete/reject