Bloggy is a blog posting platform creating with Python & Flask. Users can register/login, post, comment, follow other users, like posts, and message others.
If you'd like to use the virtual environment to run the app without installing packages onto your system, run one of the commands below depending on your OS.
macOS
source venv/bin/activate && python3 wsgi.py
Windows
python -m venv venv
python wsgi.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.