bayram-dev / FlaskNews

Simple news website with features like update and delete news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplest news on python

Hello everybody! In this repository you can see the simplest news website made with Flask you can ever find. This project can be a good start for someone, who wanted to make a fully working News website. That's how it looks for now:

If you want me to continue contributing this project and support me, you can donate me here: www.qiwi.com/n/LLIAJIYH

Modules

  • flask
  • flask_sqlalchemy
  • sqlalchemy
  • datetime
  • sqlalchemy.orm

How to start?

  1. After that install all required modules(pip install -r requirements.txt)
  2. Create table with it, do it one by one [ python, from app import db, db.create_all() ]
  3. Then, python app.py

Some help for the news

If you want to add some tags, such as "br" tag, you can make it like this

Your help

If you want to help me with to continue to develop this project, you can donate me with this link: www.qiwi.com/n/LLIAJIYH

About

Simple news website with features like update and delete news


Languages

Language:Python 46.3%Language:HTML 44.8%Language:CSS 8.8%