Skip to content

ulisha-limited/ulisha-bot

Repository files navigation

Ulisha Bot

Prerequisites

  • Node.js (>=18.x)

  • MySQL

    You can changed the db provider in prisma/schema.prisma

  • Redis/Valkey

  • WhatsApp Account

Getting started

  1. Clone repo

    git clone https://github.com/ulisha-limited/ulisha-bot.git
    cd ulisha-bot
    
  2. Install dependencies

    npm install
  3. Setup environment variables

    cp .env.example .env
  4. Run Migration

    npx prisma migrate dev
  5. Start bot

    npm run dev

PM2

  1. Build

    npm run build
    
  2. Start

    pm2 start ecosystem.config.js
    

NodeJS

  1. Build

    npm run build
    
  2. Start

    npm run start
    

License

This project is licensed under the Polyform Noncommercial License 1.0.0.

This project builds upon the mrepol742/project-canis Template, which is licensed under the Apache License.

Unless otherwise noted, all new code, assets, and configurations added for Ulisha Store are covered by the Polyform Noncommercial License 1.0.0].

About

No description or website provided.

Topics

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE.md
Apache-2.0
LICENSE-APACHE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published