Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 615 Bytes

File metadata and controls

35 lines (25 loc) · 615 Bytes

Snapaper Backend

The PHP Back-end of Snapaper


Usage

git clone git@github.com:Snapaper/snapaper-backend.git

Make sure composer has been installed before you continue.

cd src
composer install

After you've done steps above, properly edit your Nginx server vhost configuration .conf file. An example .conf file is included at nginx/vhost.conf.

nginx -s reload

Hopefully your app will be working by now.

Notice

The cases API sources files from local directories, make sure files are uploaded before making the API available.