acdh-oeaw / eurotort

Eurotort - Database on European Tort Law
https://eurotort.acdh-dev.oeaw.ac.at
1 stars 0 forks source link

flake8 Lint Test codecov Build and publish Docker image

Eurotort - Database on European Tort Law

short description of the project

install

Docker

At the ACDH-CH we use a centralized database-server. So instead of spawning a database for each service our services are talking to a database on this centralized db-server. This setup is reflected in the dockerized setting as well, meaning it expects an already existing database (either on your host, e.g. accessible via 'localhost' or some remote one)

building the image

running the image

To run the image you should provide an .env file to pass in needed environment variables; see example below:


This project was bootstraped by djangobase-cookiecutter

development cheatsheet

sort imports

ruff check --select I --fix .
ruff format .