Back-end can be found here.
Front-end can be viewed on XAMPP. To create a local deployment of it, follow these instructions:
-
Download XAMPP for your OS from Apache Friends.
-
Follow the corresponding instructions. If prompted, select an empty folder to install XAMPP in.
-
Clone this repository into
<path of XAMPP>/htdocs
folder. -
Add
ui:
port: 3000
to the bottom of application-local.yml
file from the back-end.
-
Open a shell from the XAMPP Control Panel.
-
From that shell, navigate to
<path of XAMPP>/htdocs/<repository name>
and enter inphp -S localhost:3000
. -
To view the pages, enter in
http://localhost:3000
into your browser.