Skip to content

txssu/promise

Repository files navigation

Promise

This service is now running on two domains: test and production. The documentation is on /docs here and here respectively.

Developing

To start:

docker compose up --remove-orphans --build

or just ./start.sh

Now you can open http://localhost:80

After changes in database you need to run migrations:

docker compose exec promise mix ecto.migrate