To start the project in development mode, follow these steps:
- Copy the environment example file:
cp .env.example .env-
(Optional) Update admin credentials in the
.envfile. -
Start the project using Docker:
docker compose up -dThis will start all services in the background and make them ready to use.
The .env file contains default admin credentials that are used to access the system.
You can change them to whatever you want:
ADMIN_USERNAME=admin_user
ADMIN_EMAIL=admin@email.com
ADMIN_PASSWORD=admin_passThe ./example folder contains sample files for import:
.json— for Contracts and Persons.csv— for Contracts and Persons
Use them to quickly test the import functionality.