Skip to content

AnimalInstinct/chatbot_admin

 
 

Repository files navigation

Chatbot template

Setup

  • git clone [email protected]:EvanBrightside/chatbot_admin.git
  • bundle install
  • yarn
  • cp config/database.yml.example config/database.yml
  • rails db:setup
  • rails db:migrate
  • rails s

Tech

  • Ruby on Rails 6.1.3
  • Ruby 3.0.1
  • PostgreSQL 12.2
  • Redis 5.0.7
  • Node 14

Usage

  • start web - bundle exec rails s
  • start bot - bin/rake telegram:bot:poller
  • admin panel - localhost:3000

About

Simple chatbot template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.5%
  • JavaScript 28.1%
  • Slim 13.4%
  • HTML 3.7%
  • SCSS 2.6%
  • Dockerfile 0.7%