Your task is to create simple RSS reader web application with requirements described in the separate document
- User registration - form with e-mail and password fields + e-mail verification using ajax.
- Login form with e-mail address and password
- RSS feed view
- Symfony 4.3
- Vue.js
- Docker
- Docker Compose
- PHP 7.3.10
- PhpUnit 7.5.17
- Bash
- Git
- Bootstrap
- Node.js
- Yarn
Docker.io and docker-compose must be installed in the system in order to be able to use the app. OS Linux
git clone https://github.com/belushkin/mintos.git
cd mintos; ./toolbox.sh up
./toolbox.sh exec php bin/console doctrine:migrations:migrate
./toolbox.sh exec php bin/console doctrine:fixtures:load
./toolbox.sh exec yarn install
./toolbox.sh exec yarn encore dev
./toolbox.sh tests
http://localhost:8080 (adminer)
- server: db-mysql
- username: root
- password: root
- db: mintos
Application has toolbox.sh script. It is very easy run, stop, ssh, rebuild, run tests and stop the application.
./toolbox.sh up # run the application
./toolbox.sh rebuild # rebuild the image
./toolbox.sh ssh # ssh to the container
./toolbox.sh tests # run tests
./toolbox.sh down # stop the application
@belushkin
MIT License