Skip to content

CSE-Courses/course-project-yo-ub_sustainable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youb Sustainable

Welcome to our course project! We created a web application targeted to living a more sustainable life.

Hosted Web App

Click here to visit our site

Requirements

All requirements can be found in requirements.txt.

Running Locally

  1. Make sure all requirements/dependancies are installed.

  2. Clone repository on your local machine.

  3. Change directory to project folder.

  4. Type the following commands:

    On Mac:

    export FLASK_APP = flaskr/main.py
    export FLASK_ENV = development

    On Windows Command Prompt:

    set FLASK_APP = flaskr/main.py
    set FLASK_ENV = development

    On Windows PowerShell:

    $env:FLASK_APP = flaskr/main.py
    $env:FLASK_ENV = development
  5. Then run either flask run or python3 -m flask run

Technologies and Frameworks Used

Contributors

  • Victoria Faltisco
  • John Ferenczy
  • Lisa Kanbur
  • Benny Loo
  • Urjitha Muthiah

About

course-project-yo-ub_sustainable created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published