Skip to content

karthikraobr/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bot

A simple bot implemented with gorilla websocket. This repo consists of a websocket server and a client. The client emulates a bot that sends messages to the server. The server listens to the messages and responds to them.

How to run

Makefile contains make targets to run the server and client. There is also a target to perform database migrations.

Database design

DB

Todo:

  • Implement all use cases
  • Tests
  • Docs and comments
  • CI/CD
  • Database operations
  • Understand chat context - what the user is requesting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published