This project is a web application that connects WhatsApp to a REST API. The application consists of four main parts:
- A WhatsApp client that is used to send and receive messages.
- A REST API built using Go that is used to send and receive messages.
- A web interface built using Next.js 14 with shadcn/ui that is used to manage the messages.
- A website that is used to manage the WhatsApp account.
This project utilizes the following technologies:
- Backend: The backend is built using Golang. It leverages the Echo web framework for handling HTTP requests and routing.
- WhatsApp WebSocket Library: The project uses Whatsmeow as the WebSocket library to connect and interact with WhatsApp.
- Web Interface: The web interface is built using Next.js 14 with shadcn/ui for managing messages.
- Website: The website for managing the WhatsApp account is also built using Next.js 14 with shadcn/ui.