Skip to content

arkarsg/coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Bot

Backend

Pre-requisites

  • Env vars
    TELEGRAM_TOKEN=
    DB_URI=mongodb://mongo:mongo@localhost:27017/
    
  • Go 1.24.1
  • Docker
  1. Run MongoDB DB

    docker compose up
    
  2. Start Telegram Bot

    make app
    

or go run ./cmd/*.go

To do

  • validation for category instead of iota
  • admin check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published