Skip to content

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

License

Notifications You must be signed in to change notification settings

JeroSik/GeoTrash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.6%
  • CSS 24.8%
  • HTML 24.5%
  • Python 12.1%