Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 447 Bytes

File metadata and controls

17 lines (12 loc) · 447 Bytes

api

Backend REST API service for shamtool.

Installing

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 install

Copy the file .env.sample to .env, and fill in the SQL credentials accordingly.