my-art-lib / frontend
mykino.top: Collect your own library of watched movies and get recommendation from other people
Unfortunately I had to put it down.
Pre-requirements:
Docker & Composer & Gitphp 7.2
Install:
- Copy and customize your docker-compose.yml:
cp docker-compose.yml.dist docker-compose.yml docker-compose up --builddocker-compose exec app composer updatecp .env.dist .envcp .env.dist .env.test- Change test db name:
sed -i 's/postgres\/my_art_lib/postgres\/my_art_lib_test/g' .env.test docker-compose exec app bin/console doctrine:migr:migr- Optional - fixtures (you will be able to sign in as tester_fixture with pass 123456 and some other useful stuff):
php bin/console doctrine:fixtures:load --purge-with-truncate - Open .env + .env.test and set MOVIE_DB_API_KEY
- And finally to be sure that all is fine - run tests:
php bin/phpunit
If all tests passed then you'r ready!
To run project again simply type docker-compose up (without --build at this time)
More information for developers can be found in project docs.
Web interface for translations (only in dev env) can be found at: http://127.0.0.1:8080/admin/_trans
Feel free to translate messages and commit changes.

