Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csengupta1101/flaskblog

This Repository deals with a blogging website. Created with flask framework.
https://github.com/csengupta1101/flaskblog

css django flask heroku html python

Last synced: 12 days ago
JSON representation

This Repository deals with a blogging website. Created with flask framework.

Awesome Lists containing this project

README

        

![blog](https://github.com/Csengupta1101/FlaskBlog/blob/main/blog.jpg)

# Project Goal -
We will be creating a complete website using the flask framework.
The website will take user registration as an input in the registration form.
And once the registration is done the message will be shown as the user has been registered.
The registered user will have the option to post , edit and delete their blogs.

# WorkFlow -

## Module Installation

* Flask
* SQLAlchemy
* Datetime
* Request
* Redirect
* Gunicorn
* Login Manager
* User Mixin

## Procedure

* Setting up minimal flask app.
* Test run with debug set as True.
* Template and static Folder creation.
* Required html file updation.
* Required extension from base html to other teamplates.
* Py file code up.
* CRUD Logic development.
* Deployment With Heroku.

# Conclusion -

Codes and files are pushed into this repository. Hope this helps.