This application demonstrate my skills. I tried to cover full stack technologies
- PHP as a backend of app
- Javascript as a frontend of app
-
Clone the project repository
-
Add hostname to
/etc/hosts
:sudo sh -c 'echo "\n127.0.0.1 aulinks.local" | cat >> /etc/hosts'
if you you are OSX
sudo sh -c 'echo "\n192.168.99.100 aulinks.local" | cat >> /etc/hosts'
-
Run build script
sudo ./build.sh
-
Open in your browser
http://aulinks.local/
-
To send email, you have to run a command manually
sudo ./bin/run console mailer:send
-
To change an event status, to run a command
sudo ./bin/run console event:status:observer
There are two ways, how to register an user
- Click by
Register
link in an invite block on invite list pageThe link leads to registration page with particular token - Open registration page manually
http://aulinks.local/#/aulinks.local/#/registration?token=PUT_HERE_INVITE_TOKEN
- Run a command to send email and click by link which lead to registration page