https://github.com/rimkomatic/chatifynext
Real Time chat app made with chatEngine
https://github.com/rimkomatic/chatifynext
chat-application full-stack nextjs
Last synced: 25 days ago
JSON representation
Real Time chat app made with chatEngine
- Host: GitHub
- URL: https://github.com/rimkomatic/chatifynext
- Owner: Rimkomatic
- Created: 2023-06-18T10:33:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T19:45:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T03:27:45.205Z (about 1 year ago)
- Topics: chat-application, full-stack, nextjs
- Language: CSS
- Homepage: https://chatify-next.vercel.app/
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
------------------------------------------------------------------------
## What is ChatiFy?
ChatiFy is a online real time chat website made with NextJs and the awesome power of web Sockets.
------------------------------------------------------------------------
## Local installation
to install locally do the following
1. First clone the repo
```
git clone git@github.com:W41K3R0/chatifyNext.git
```
2. change directory to the project folder
```
cd ./chatifyNext
```
3. Now install the packages
```
npm install
```
4. Now add your own projectId and pin in the index.js file
5. Build the app using
```
npm run build
```
6. Start the server
```
npm run start
```
7. Go to [http://localhost:3000](http://localhost:3000) to see it running