Backend REST API service for shamtool.
This assumes you already have the barebones to run PHP, as well as have a way to access the commandline. You should also have composer installed.
# Clone the repository
git clone https://github.com/shamtool/api
cd api
# Install all dependencies
composer installCopy the file .env.sample to .env, and fill in the SQL credentials accordingly.