Q.W.E.R.T.Y is a web application which can be used to communicate in specific rooms.
- @Saty248 -Sayantan Mondal
Contributions are always welcome!
Feel free to raise a pull request for any bugs which needs to be fixed.
To deploy this project download the source code. inside the terminal change directory to the backend folder.
Run
npm install
npm run start
if you want to run the server as a container install docker and run
docker build -t querty-image .
docker run -d -p 3000:3000 --name querty querty-image
this will start the server.
GIVE THE IP OF THE SERVER ALONG WITH THE PORT DEFAULT IS 3000 OR RUN http://localhost:3000/index.html
Open the index.html file which is located inside the frontend folder and enter the username and select the room and then join the room.
- real-time chat server.
- no extra storage space for database
- it has rooms for personalized conversation
If you have any feedback, please reach out to me at my gmail [email protected]
Client: html5, css3, vanilla javascript
Server: Node, Express, socket.io, zest, docker
To run tests, run the following command
npm run test
you can create test cases in the folder test