Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
/ peer2peer Public archive
forked from p2p-app/p2p-rest

App backend for students to find tutors nearby. Won 1st @ Congressional App Challenge 2016 in district CA-18

Notifications You must be signed in to change notification settings

anuvgupta/peer2peer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peer2peer

REST API for peer2peer (peer tutoring app).
Watch the final demo for peer2peer here! Or learn more.
Built with dolphin.

documentation

View minimal documentation here

instructions

To run the REST API backend locally:

  1. Install PHP 5.6.x, Apache web server, and MySQL database (preferably XAMPP)
  2. Clone this repository into the htdocs or www directory of the web server
    • If needed, rename the repository directory to p2p-rest
  3. Download and install PHP Composer from https://getcomposer.org/
  4. Navigate to this directory in a shell and run composer install --no-dev
  5. Go to localhost/p2p-rest/rest to test the api
    • All urls in the query box equate localhost/p2p-rest/rest/api + query

 
To run the WebSocket backend locally:

  1. Under construction

About

App backend for students to find tutors nearby. Won 1st @ Congressional App Challenge 2016 in district CA-18

Resources

Stars

Watchers

Forks

Languages

  • PHP 94.0%
  • HTML 6.0%