The PHP Back-end of Snapaper
git clone git@github.com:Snapaper/snapaper-backend.gitMake sure composer has been installed before you continue.
cd src
composer installAfter 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 reloadHopefully your app will be working by now.
The cases API sources files from local directories, make sure files are uploaded before making the API available.