Skip to main content

General Rules

File README

In every development project always create a README file with:

  • Version of the languages / frameworks used
  • Steps for setting up the application
  • Any required configurations (e.g. connection to API or external services, .env files etc.)
  • Indications on any test / staging environments availables
  • Guide for deployment

Docker

Each project must be loaded into a dedicated docker.

For the deployment we are still evaluating if and how to introduce kubernetes.