/GeoTrash

[EcoMake 2018 Purdue] Web application to help collect recycling locations

Primary LanguageJavaScriptMIT LicenseMIT

GeoTrash

A community-driven web application tool that collects different recycle bin location points. During EcoMake 2018 Purdue, a weekend-long engineering design competition centered on sustainability, our team decided to focus on creating a convenient way to recycle. See also the presentation for this project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

In server.py, the main() function starts the server. Configure your operating system or process manager to run this program to start the server.

http_server = tornado.httpserver.HTTPServer(app, ssl_options={
    "certfile": "/your/certificate/",
    "keyfile": "/your/keyfile/",
})

Installing

Run ./server.py to start the server on your local device.

Additional Information

Here is more information on running and deploying.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments