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.
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.
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/",
})
Run ./server.py to start the server on your local device.
Here is more information on running and deploying.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- EcoMake 2018 Purdue from 10/12-10/14