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.
- Host: GitHub
- URL: https://github.com/boudhayan-dev/segregator-flaskapp
- Owner: boudhayan-dev
- License: mit
- Created: 2018-04-01T20:33:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:09:32.000Z (almost 8 years ago)
- Last Synced: 2025-05-20T11:11:24.945Z (11 months ago)
- Topics: css3, flask-application, flask-framework, html5, python-3, sqlalchemy, sqlalchemy-database-migrations, sqlite
- Language: HTML
- Homepage:
- Size: 28.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waste Segregator Web application
 [](https://www.python.org/) [](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) 
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.