An open API service indexing awesome lists of open source software.

https://github.com/sylvainboudacher/thanatos

Thanatos is the uberization of the mortuary market. It allows users to quickly make decisions about the organization of the funeral and the customization of the ceremony.
https://github.com/sylvainboudacher/thanatos

docker postgresql symfony twig

Last synced: 2 days ago
JSON representation

Thanatos is the uberization of the mortuary market. It allows users to quickly make decisions about the organization of the funeral and the customization of the ceremony.

Awesome Lists containing this project

README

          

### Getting started

```bash
docker-compose build --pull --no-cache
docker-compose up -d
```

```
# URL
http://127.0.0.1

# Env DB
DATABASE_URL="postgresql://postgres:password@db:5432/db?serverVersion=13&charset=utf8"
```