@@ -25,3 +25,6 @@ The tech stack for the backend was picked to be as simple as possible, so it can
## Installation
- Download the backend application and extract it to your webspace web root
- Create a new environment file `.env` (you can look at `.env.example` to see what should be included) and enter the proper values for your setup
## Start backend
- You need to serve the `public` folder via a webserver. Either upload it to a PHP capable server, or for development purposes you can run `php -S localhost:8000 -t public`