Skip to content

vikassrivastava18/Flask-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-lite

Project for my Diploma Web course

Features

  • Authentication - It is session based using Flask-Login. Users can register using a unique email and a username. The password (minimum 6 length) is hashed using werkzeug.security. Flask-Wtf is used for data validation.

  • Follow - A user can follow/unfollow other users. The posts of the following users are shown in users feed.

  • Posts - A user can read posts, also write/edit/delete new posts. They can upload an image for the post which is displayed in the post details page.The other users can like/comment on them.

  • Explore - The user can explore all the recent posts in the application, shown using pagination.

  • API - The posts and user info could be accessesd through API.

Tech

  • Framework - Flask (Sqlite, Jinja-2, Bootstrap, Wtf)
  • Authentication - Flask-Login
  • Tools - Pycharm, Postman, Git

Installation

Install the dependencies and devDependencies and start the server.

create virtualenv:  python -m venv venv
activate: source venv/bin/activate
install dependencies: pip install -r requirements.txt
Run app - python app.py

About

A blog application with like, reply, API features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published