Skip to content

anupom69/bun-hono-backend-optimized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for Whatsapp Message Scheduling App

Note: You will need a Redis server to run this app. You can host one from Upstash for free.

Setup

  1. Install dependencies:
bun install
  1. Create an .env file:
PORT=3000
DATABASE_URL="file:./dev.db" # Database URL
REDIS_REST_URL="<YOUR_REDIS_URL>" # Redis URL
USERNAME=user # Set your desired username that will be used in frontend
PASSWORD=pass # Set your desired password that will be used in frontend
  1. Run the app:
bun run start
  1. Scan the QR code from your whatsapp app (mobile) visible in the terminal.

  2. You should get some messages in your own whatsapp number you registered with in your phone like Backend Server Started successfully! 🚀.

  3. (Optional) You can now connect your frontend with it. Here's one I used: Frontend

About

Automated Whatsapp Message Sender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors