Deepankar-98 / flask-practice-blog

In this project a blog is implemented using flask to practice the concepts learned. This is not a complete project and lots of functionality needs to be added to it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Blog:

Please visit the link given below to see the blog in action. demo flask website

Table of Contents:

  1. Description
  2. Functionalities added
  3. Installation
  4. License
  5. Version
  6. Author

Description

This project uses Python, flask, html, css, bootstrap for creating a basic flask blog.

This project is made to familiarise with Flask and implement the learnt concepts along with deployment process using Heroku. It is not complete and various features will be added in future.


Functionalities added

The functionalities added in this flask application are as follows:

  • Sign Up
  • Login
  • See & Update Account Details
  • Add & Update profile picture with image resizing
  • Restricting access to certain pages based on login status

More features will be added in future.


Installation

Python 3.8.3 is used for developing this project.

Install the project dependencies with the following commands:

$ pip install -r requirwments.txt

To execute the flask applycation, use the following command:

$ python app.py

License

MIT © 2020 Deepankar


Version

1.0.0


Author

The author of this project is Deepankar.

About

In this project a blog is implemented using flask to practice the concepts learned. This is not a complete project and lots of functionality needs to be added to it.

License:MIT License


Languages

Language:Python 96.8%Language:CSS 3.0%Language:Procfile 0.2%