Project allows to create users via UI, log in and carry on using application after being logged in.
- PHP
- MySQL
- Symphony
- React
- Docker
- www - root directory
- src - application source code
- static - directory with statics
- tests - tests (unit)
- docker - container docker settings
- Install docker
- Install docker-compose
- In Docker folder run: $ docker-compose up -d
http://localhost:5004/auth to view it in the browser.
- In case there is autoload error under localhost, run:
- docker-compose run --rm composer install
- $ docker exec -ti docker_php_1 bash
- $ vendor/bin/phpunit tests/
- $ docker-compose down -v
