vikassrivastava18 / Flask-blog

A blog application with like, reply, API features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 53.5%Language:HTML 42.4%Language:CSS 4.1%Language:Shell 0.0%