An open API service indexing awesome lists of open source software.

https://github.com/boudhayan-dev/segregator-flaskapp

A web application that monitors real-time operation of a network of smart bins.
https://github.com/boudhayan-dev/segregator-flaskapp

css3 flask-application flask-framework html5 python-3 sqlalchemy sqlalchemy-database-migrations sqlite

Last synced: 14 days ago
JSON representation

A web application that monitors real-time operation of a network of smart bins.

Awesome Lists containing this project

README

          

# Waste Segregator Web application
![Ask Me Anything](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg?longCache=true&style=plastic) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-blue.svg?longCache=true&style=plastic)](https://www.python.org/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg?longCache=true&style=plastic)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) ![PyPI - Status](https://img.shields.io/pypi/status/Django.svg?style=plastic)

This repository contains the source code for the Waste Segregator web application which is a CRUD app built using Flask frmaework.

Features -



  • Homepage and About section that describes the aim and operation of the project.

  • Dashboard that provides admin priviliges to view the archived test results.


  • Sign In and Register functionality with Feedback feature.
  • Requirements

    * Python 3

    * Flask

    * Flask plugins - SQLAlchemy , migrate, wtforms, login

    * HTML/CSS, Bootstrap.

    Installation

    Type the following command to pull the git repository using terminal-

    ```
    git pull https://github.com/boudhayan-dev/Segregator-FlaskApp
    ```
    Navigate inside the folder -
    ```
    cd Segregator-FlaskApp/Segregator
    ```
    Set the flask variable -
    ```
    set FLASK_APP=run.py
    ```

    Perform Database migration -
    ```
    flask db init
    flask db migrate -m "new db"
    flask db upgrade
    ```

    Run the flask app -
    ```
    flask run
    ```


    Demonstration




               Home Page




              Sign-In Page






               Registration Page




             Dashboard Page






             Feedback Page




               About Page



    Note:

    This is a part of another project titled - Automatic Waste Segregator..




    © All rights reserved.