Welcome to the ChitChat project! This App provides functionality chat with another user
Ensure you have the following tools installed on your machine:
-
Clone the repository:
git clone https://github.com/indramahaarta/chitchat.git cd chitchat
-
Configure env file:
Make a copy from .env.example and fill all the configuration
chmod +x ./script/setup.sh && ./script/setup.sh
Then, open http://localhost:3000 to preview the frontend
To access the API documentation, visit the Swagger documentation at http://localhost:8080/swagger/index.html
after starting the server.