WPILostFound

About

This project was called "Not another scarf!" which was initiated at Hack@WPI by two students who both lost precious scarves at WPI. Banding together, these two young coders went out in pursuit of creating the ultimate college lost and found app!

Underlying Technology

A mobile program that was created using HTML, CSS, and Javascript. The library that was used was Meteor JS, which allows us to compile the code into arduino or IOS Code!

Contributing

To contribute fork our repo and do pull requests! Take a look at issues in the issue queue, and search for "Entry Level" tag if you are not completely familiar with meteor and are in the process of running.

To test the website, compile it locally:

To test the phone apps, compile it as so:

If you do not to have the same database as the website, do not include the mobile-server and url in the option when running.

Android:

Testing:

meteor run android-device --mobile-server wpilostandfound.meteor.com

IOS:

meteor run ios-device --mobile-server wpilostandfound.meteor.com