REST API for peer2peer (peer tutoring app).
Learn more about peer2peer here.
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
htdocs
orwww
directory 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/rest
to 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