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.
Makefile contains make targets to run the server and client. There is also a target to perform database migrations.
- Implement all use cases
- Tests
- Docs and comments
- CI/CD
- Database operations
- Understand chat context - what the user is requesting