Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.25 KB

README.md

File metadata and controls

67 lines (48 loc) · 2.25 KB

Teledusa

grid-cover-template

About

Participants

Shoray Singhal - @ShoraySinghal

Description

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.

Preview

demo.mp4

Operation Reference

Operation Reference

Set up Project

Prerequisites

Before you start with the tutorial make sure you have

Install Project

  1. Clone the repository:
git clone https://github.com/Shoray2002/teledusa.git
  1. Change directory and install dependencies:
cd teledusa
npm install
  1. Setup .env file:
cp .env.template .env
  1. Configure the .env:
  1. Start the server
npm index.js

Resources