Click to expand
Realtime chat server is a part of the project Realtime chat app
- Realtime chat client
- Realtime chat server
- ReactJS to build up the front-end
- ExpressJS to create RESTful API
- MongoDB database to store data
The website provides basic features such as:
- Realtime chat
- Login account
- Search for friends
To run this project, you first need to install Node.js and Git on your computer. Then, follow these steps:
- After cloning this repository, navigate to the project directory
cd chat-engine
- Install dependencies and wait for the installation to finish
npm install
- Run the project
npm start
- Open your browser and go to
https://localhost:5000
- Note: check out .env.example file to see the environment variables