Table of Contents
Chatterer is an open-source chatting web application. At first, this project was essentially for development practice purpose but I thought that an simple open-souce chatting application for everyone would be so cool !
So feel free to:
- Use the app with your friends
- Contribute to the application
- Give features ideas
Chatterer is built with :
Chatterer is mostly inspired by Slack and Discord. If you want to see the features documentation you can go to the API Gherkin Documentation which is API acceptances tests (Behat)
This is a quick start to install the application locally
You need docker on your machine to get Chatterer working.
docker >=20.10.14
is required
- First clone the repository
git clone [email protected]:Zusoy/chatterer.git
- Copy
.env
file
cp -n .env.dist .env
- Build the app:
make build
- And then start it:
make start
- Access links:
URL | Link |
---|---|
http://127.0.0.1:8081 | API |
http://127.0.0.1:8081/doc | Swagger |
http://127.0.0.1:3000 | Client |
Project Link: https://github.com/Zusoy/chatterer