https://github.com/flpcovre/likezap
🗨️ A WhatsApp Customer Service
https://github.com/flpcovre/likezap
docker docker-compose laravel nuxtjs tailwindcss vue whatsapp-api
Last synced: 3 months ago
JSON representation
🗨️ A WhatsApp Customer Service
- Host: GitHub
- URL: https://github.com/flpcovre/likezap
- Owner: flpcovre
- Created: 2025-02-03T03:08:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-03T20:56:15.000Z (about 1 year ago)
- Last Synced: 2025-04-03T21:32:57.483Z (about 1 year ago)
- Topics: docker, docker-compose, laravel, nuxtjs, tailwindcss, vue, whatsapp-api
- Language: HTML
- Homepage:
- Size: 9.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LikeZap - WhatsApp Customer Service
## About
Web Application Being Developed with Nuxt.js and Laravel for Filipe Feitosa Covre's Graduation Project (TCC).
It consists of an interface where the system user can communicate with clients who are sending messages on WhatsApp, using the WhatsApp API.
## Installation
Follow these steps to set up the project:
1. **Clone the Repository**
Clone the project repository to your local machine:
```bash
git clone https://github.com/flpcovre/LikeZap.git
cd likezap
```
2. **Set Up Environment Variables**
Create a `.env` file in the root directory by copying the example file:
```bash
cp .env.example .env
```
3. **Build and Start the Containers**
Use Docker Compose to assemble and start the containers:
```bash
docker compose up -d --build
```
Your application should now be ready to use.