This mini project was made for assignment in BONEVET, class of python 2020
This is a small blogging page that lets you to write articles with your friends or whoever you want, it has a registration form because you need one for creating articles. It also has an active COVID-19 tracker so you will always be up to date
For this application to work you must install these packages by using the pip package installer
from flask import Flask, render_template, flash, redirect, url_for, session, request, logging
from flask_mysqldb import MySQL
from wtforms import Form, StringField, TextAreaField, PasswordField, validators
from passlib.hash import sha256_crypt
from functools import wraps
To start the application just simply go to [app.py] and run it. If you have visual studio code installed just use the [F5] button on your keyboard.