package
0.0.0-20240111162902-c13ca620d05a
Repository: https://github.com/deyvidm/sms.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
sms-backend
Web server backend/API which communicates with SMS dispatcher and handles frontend API calls.
.env setup
The backend web server requires a .env file with the following variables:
API_SECRET=xxx # used for signing JWTs
ASYNQ_SECRET=xxx # authenticated the dispatcher -- needs to match dispatcher's .env value
DB_FILE=/xxx/yyy # filepath to SQLite DB file