Waste Segregator Web application
This repository contains the source code for the Waste Segregator web application which is a CRUD app built using Flask frmaework.
Features -
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 |
This is a part of another project titled - Note: Automatic Waste Segregator..
© All rights reserved.