A dead simple interface to send SMS messages built with FastAPI and SQLAlchemy.
You must install:
- Python 3
- Postgresql
- Redis
On macOS, install homebrew
brew install python3 postgresql redisInstall uv first, then run:
uv syncto install dependencies.
To install the database, run:
make flushit will install the database and its schema.
npm installmake run-apimake run-workernpm run watch