Using python framework Flask.
*login screen with auth
*Creation of posts - update and delete
*Display the articles
git clone https://github.com/stifferdoroskevich/flask-blog.git
cd flask-blog
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python application/manage.py init_db
python application/server.py