Skip to content

krozner/MessageService

Repository files navigation

Message service

Build app containers

$ docker-compose up -d

Rebuild database schema (src/Resources/Database/Schema/Schema.sql)

$ bin/app-bash rebuild

Rebuild database with test data fixtures

$ bin/app-bash rebuild --test

Rebuild database with templates data (src/Resources/Database/EmailTemplates)

$ bin/app-bash rebuild --templates

Run app

$ bin/app-bash --dev

Run tests

$ bin/app-bash test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published