od3n / whatsappje

Open-Source WhatsApp Link Rotator

Home Page:https://whatsappje.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsappJe.com

This is a T3 Stack project bootstrapped with create-t3-app.

Tech Stack

Before running the project

  1. You need these 3 environment variable, see .env.example.

    • DATABASE_URL
    • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
    • CLERK_SECRET_KEY
  2. Create a PostgreSQL database and get the database URL (this project use Supabase).

  3. Create a Clerk account, setup a project, and get the NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY.

  4. Create a .env file and add all the required variable.

Starting the app

  1. Fork and clone the repo locally.
  2. Make sure all the required environment variable is added in .env file.
  3. Install dependencies with bun.
  4. Run bunx prisma db push to setup the database.
  5. Run bun dev to start the app on localhost:3000

About

Open-Source WhatsApp Link Rotator

https://whatsappje.com


Languages

Language:TypeScript 93.4%Language:JavaScript 4.4%Language:CSS 2.2%