Skip to content

Saty248/querty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q.W.E.R.T.Y real time chat server

Q.W.E.R.T.Y is a web application which can be used to communicate in specific rooms.

Authors

Badges

MIT License GPLv3 License AGPL License

Contributing

Contributions are always welcome!

Feel free to raise a pull request for any bugs which needs to be fixed.

Deployment and Installation

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

Documentation

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.

Features

  • real-time chat server.
  • no extra storage space for database
  • it has rooms for personalized conversation

License

MIT

Logo

Feedback

If you have any feedback, please reach out to me at my gmail mondal.sayantan1234@gmail.com

Tech Stack

Client: html5, css3, vanilla javascript

Server: Node, Express, socket.io, zest, docker

Running Tests

To run tests, run the following command

  npm run test

you can create test cases in the folder test

About

realtime chat web-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published