REST API for peer2peer (peer tutoring app).
Watch the final demo for peer2peer here! Or learn more.
Built with dolphin.
View minimal documentation here
To run the REST API backend locally:
- Install PHP 5.6.x, Apache web server, and MySQL database (preferably XAMPP)
 - Clone this repository into the 
htdocsorwwwdirectory of the web server- If needed, rename the repository directory to 
p2p-rest 
 - If needed, rename the repository directory to 
 - Download and install PHP Composer from https://getcomposer.org/
 - Navigate to this directory in a shell and run 
composer install --no-dev - Go to 
localhost/p2p-rest/restto test the api- All urls in the query box equate 
localhost/p2p-rest/rest/api+ query 
 - All urls in the query box equate 
 
 
To run the WebSocket backend locally:
- Under construction