This is the repository for Plugable, a project made at Hack the North 2017.
Click here for the Devpost and click on the video below to see an early live demo:
To use this project you would have to run the webapp, the server and the mobile app.
- Set up
CockroachDB
as specified in their tutorials. - Install
node
andnpm
. cd backend
npm install
node Index.js
- This should set up the server. The server runs on port 3000.
NOTE: The url for the server has been hardcoded into the web and mobile apps, you would have to change them to fit your use case.
- You could really use this with any mobile app you'd like, you'd have to just import the Plugable folder from the source.
- We have included a basic mobile app. (Can be found in
stable/apk-debug.apk
) - Can also build from source in Android Studio.
- Install
node
andnpm
cd frontend
npm install
npm start
To use this as a whole package.
-
Once you have the server up and running, turn on the mobile app.
-
Click the top right menu button to create a "Bug Report".
-
Then click the same spot again when you're ready to connect to the webapp to establish a connection.
-
Click the bug report on the web app.
-
HAVE FUN!!!
-
You can click that top right again to end the connection.