This repository contains the source code for the Waste Segregator web application which is a CRUD app built using Flask frmaework.
-
Python 3
-
Flask
-
Flask plugins - SQLAlchemy , migrate, wtforms, login
-
HTML/CSS, Bootstrap.
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
This is a part of another project titled - Automatic Waste Segregator..
© All rights reserved.