Shoray Singhal - @ShoraySinghal
Teledusa is a Telegram Bot that allows owners and admins to manage their Medusa Stores using an intuitive interface made by integrating Medusa.js with Node-telegram-bot-api.
demo.mp4
Before you start with the tutorial make sure you have
- Node.js v14 or greater installed on your machine
- Medusa Storefront
- Medusa server v14 or greater installed on your machine
- Clone the repository:
git clone https://github.com/Shoray2002/teledusa.git
- Change directory and install dependencies:
cd teledusa
npm install
- Setup .env file:
cp .env.template .env
- Configure the .env:
-
A new Telegram Bot TOKEN using BotFather
-
Configure a new Supabase Project to manage Cookies using New Project on Supabase. Create a new table called users with the following schema
-
New Medusa server configurations Install a medusa server
- Start the server
npm index.js