Giter Club home page Giter Club logo

flask-blog's Introduction

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

flask-blog's People

Contributors

vikassrivastava18 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.