banki.test/README.md

18 lines
698 B
Markdown
Raw Permalink Normal View History

# banki.shop test
to start it up, create `docker-compose.yml` and `.env` from their `.template` files and `docker-compose up -d`.
you can run the `copy.sh` script to do it automatically
make sure you set the `DB_PASS` in `.env` to the same as you set in `docker-compose.yml`
2024-08-21 03:56:12 +02:00
## compilance
as per the [original document](./original_doc.docx), the following is implemented:
- API for listing params
- listing params
- - adding one or two images to a param, deleting an image, replacing the image
- images:
- - original file name is saved
- - everything is stored in one directory, files with the same original name do not conflict
## running yii commands inside docker
`./sh php yii migrate/up`