Skip to content

EldinVeliji/stArticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

stArticle

This mini project was made for assignment in BONEVET, class of python 2020

About the page

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

Requirements

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

stArting the application

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.

About

Simple blog page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors