/chat-app

Open source 🤠 web-based instant messaging app 🌐.

Primary LanguageTypeScript

Chat app

Description

A free & open source 🤠 web-based instant messaging app 🌐.

Technologies used 👨‍💻

Getting Started ✈️

Clone this repository

# ssh
$ git clone git@github.com:Jonas56/chat-app.git

# https
$ git clone https://github.com/Jonas56/chat-app.git

Running the app 🎯

  • Install dependencies
$ npm install
  • Start the app in development mode
$ docker-compose up -d # start the database
$ npm run start

Run the app in development mode. then open http://localhost:3000 in the browser.

Contributing 🤝

For submitting patches and additions. Follow the "fork-and-pull" Git workflow.

  • Fork the repo
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes

License 📝

Distributed under the MIT License. See LICENSE file for more information.

Authors 🧑‍💻

Initial work and maintaining: Jonas56