The PHP Back-end of Snapaper
git clone [email protected]: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.
The cases API sources files from local directories, make sure files are uploaded before making the API available.