Skip to content

the-coding-pie/Microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microblog

A simple microblog built using Flask. Made to refresh my Flask knowledge ;)

Technologies Used:

  • Flask
  • Flask-Login
  • Flask-WTF
  • Flask-SQLAlchemy
  • Jinja2
  • Bootstrap etc.

Features:

  • Login
  • Register
  • Create, Read, Update, and Delete Post
  • Account Management (Read, Update)
  • View posts of other users
  • Logout

How to use it

  • Click on Code > Download ZIP
  • Unzip it and open Terminal (I am using bash)
  • cd to the root folder (ie, cd to Microblog-main/ from where you are standing.)
  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • export FLASK_APP='manage.py'
  • flask db init
  • flask db migrate
  • flask db upgrade
  • Finally, python manage.py
  • Visit http://localhost:8000 in your browser and Register an account an create New Post!

For Interesting Python & JS project based tutorials, visit https://thecodingpie.com

About

A Microblog built using Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors