phoenix 5baca69663
textsender_api PR / Rustfmt (pull_request) Successful in 39s
textsender_api PR / Check (pull_request) Successful in 1m18s
textsender_api PR / Clippy (pull_request) Successful in 2m55s
Updating readme
2026-07-10 18:03:35 -04:00
2026-07-10 17:45:08 -04:00
2026-07-04 21:07:30 -04:00
2026-07-06 22:31:22 -04:00
2026-06-13 14:04:50 -04:00
2026-07-06 22:31:22 -04:00
2026-07-06 22:31:22 -04:00
2026-05-31 18:42:08 -04:00
2026-07-10 17:51:08 -04:00
2026-07-10 17:51:08 -04:00
2026-07-10 17:45:37 -04:00
2026-07-10 17:45:37 -04:00
2026-07-10 18:03:35 -04:00

Getting started

Fastest way to get started is with docker. Make sure that is installed before moving forward.

This application requires textsender_auth and catapult repositories to be located in the parent directory.

.
..
- textsender_auth/
- textsender_api/
- catapult/

Make sure the othe repositories are configured as it is required to operate successfully.

Copy over the .env.docker.sample to .env to get started.

Token service

The JWT_SECRET environment variable should be the same variable as SECRET_MAIN_KEY in textsender_auth.

Messaging configuration

textsender uses twilio as the service to send the messages. You will need to sign up with them and be provided an account SID, service SID, auth token, and phone number. Update the corresponding TWILIO_* variables.

Database configuration

Make sure to provide values for the DB_MAIN_* variables. For the sake of development, it can be left as it is.

Build the container

docker build

Run the container

docker compose up
S
Description
No description provided
Readme
2.8 MiB
Languages
Rust 99.1%
Dockerfile 0.9%