Skip to content

a simple flask blog website where you can create accounts, post updates, comment, like and see other people posts

Notifications You must be signed in to change notification settings

arevish/flask-blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog-website forthebadge

python License

Creating a blog like application using python and flask where you can create accounts, post updates, comment, like and see other people posts, comments

Start by building

  1. user Authentication - which make sure people can SignIn, create accountes ,sign out , so on and so forth
  2. create posts- allow people to create posts, so they can post something on there blog or see there all blogs at one place
  3. allow functionality like Likes, Comments and kind of all the other things you would assume a blog app has

PLEASE FEEL FREE TO FORK THE PROJECT AND START CONTRIBUTING. :)

PRE-REQUISITES

Your laptop with python 3.6.x (onwards) installed. flask Flask-SQLAlchemy flask-login

DEMO

blog website

NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.

Windows: Download the version for your laptop via https://www.python.org/downloads/

NOTES In your preferred editor, make sure indentation is set to "4 spaces".

  • Make sure you have flask installed in python otherwise code may fail, to install flask in your machine > open python in your terminal then type pip install flask to install. ⚠️
  • install dependencies -> pip instal flask-SQLAlchemy
  • instal dependencies -> pip instal flask-login

Run using Python3.8+

  1. Clone or download repositiory: https://github.com/arevish/flask-blog-website.git
  2. In source folder, run python3 'app.py' to start program, optionally, run with --help argument to see other runtime options.

ThankYou!