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.
- Host: GitHub
- URL: https://github.com/sylvainboudacher/thanatos
- Owner: SylvainBoudacher
- License: mit
- Created: 2021-11-22T16:48:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T08:18:01.000Z (almost 4 years ago)
- Last Synced: 2023-05-04T04:49:28.515Z (about 3 years ago)
- Topics: docker, postgresql, symfony, twig
- Language: Twig
- Homepage: https://thanat0s.herokuapp.com/
- Size: 14.4 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```