ZapChat facilitates users to login/signup and experience the multi-user and real-time chat communication features.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- ZapChat facilitates users to login/signup and experience the multi-user and real-time chat communication features.
- Leveraged Socket.io library for events based and bidirectional communication between the client and the server.
- Created endpoints for retrieving messages and fetching user lists.
- Leveraged Mongoose for data modeling and interaction with MongoDB and ensured secure and efficient data handling with authentication and authorization protocols.
- Developed reusable components and custom hooks for modularity and reusability; used authContext and zustand for global state managemen
This is how to set up your project locally. To get a local copy up and running, follow these simple steps.
- npm
npm install npm@latest -g
- Postman
- VS Code
- MongoDB Compass
- Clone the repo
- Install NPM packages
npm install
- Run
npm testin the project directory to run all the test cases.
Using POSTMAN
- Download POSTMAN
See the Open Issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md for more information.
Your Name - Piyush Singhal - singhalpiyush21@gmail.com
Project Link: ZapChat