Python 3 application. Semi-advanced blog made with Flask.
- Run the main.py
- The website will be accessible at the address provided in the terminal
- You can delete blog.db and reboot the app, it'll create fresh new database
- Database is SQLite
- The first user in database is always an admin (can create and edit posts)
- Create/edit/delete posts
- Registration/authorization
- Comment section (only for authorized users)
- flask
- many flask addons
- sqlalchemy
- wtforms