Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/csengupta1101/flaskblog
- Owner: Csengupta1101
- Created: 2021-10-28T01:44:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T02:14:36.000Z (about 3 years ago)
- Last Synced: 2024-11-07T18:13:34.729Z (2 months ago)
- Topics: css, django, flask, heroku, html, python
- Language: HTML
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.