Skip to content

rupeshbasnet/Recycling-System-1

 
 

Repository files navigation

Recycling-System

Live site: https://warm-beach-37724.herokuapp.com

Slides: https://drive.google.com/drive/folders/1Jtyh39obV1v_us9bhiLv7CBNBeXTJOAu?usp=sharing

Running the application:

cd into the Recycling-System:

$ python manage.py runserver

Note: Install dependancies before running the commands below:

Running the tests:

cd into the Recycling-System:

$ coverage run --source="." manage.py test


Using django-nose as a test runner:

 $ ./manage.py test <appname> --cover-html
 $ open cover/index.html

View the test report:

cd into the Recycling-System:

$ coverage run --source="." manage.py test

$ coverage report

Check the PyLint score:

cd into the Recycling-System:

$ pylint --generated-members=objects

Generate Documentation:

cd into the Recycling-System/Documentation:

$ make html

About

A web application built with Django that allows users to search for the easiest recycling options such as donation centers or other public programs, based on the things they want to recycle and their location in NYC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 48.6%
  • CSS 30.2%
  • HTML 8.3%
  • Python 7.8%
  • Jupyter Notebook 5.1%