This project requires Python 3.12.x
-
In the project root directory setup python virtual environment
pyhon3 -m venv venv -
Install Flask Library
pip install flask flask-sqlalchemy flask-login flask-migrate flask-wtf email-validator python-dotenv -
Initialize the database and run the app
flask db upgradeflask run
This is an archive repo for one of my school projects, a Flask web app that is a social media microblog that lets you register an account, post, see posts, and view other user profiles as well as make your own.