vigneshshettyin / Developer-Blog-Flask

Blog app written in Flask framework integrated with Google Auth, Rich Text, Realtime search options.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer-Blog-Flask

🔥 The Complete Customizable Developer Blog Using Flask. Includes a backend dashboard with a rich text editor to add & edit blog. In simple words all sorts of CRUD operations can be performed using dashboard.

                               contributions welcome Forks Stargazers Issues MIT License LinkedIn

Feel free to use it as-is or customize it as much as you want.

But if you want to Contribute and make this much better for other developer have a look at Issues.

If you created something awesome and want to contribute then feel free to open Please don't hesitate to open an Pull Request.

Getting Started 🚀

Deploy

Note: Database will reset in 10 mins

How To Use 🔧

# Clone this repository
$ git clone https://github.com/vigneshshettyin/Developer-Blog-Flask.git

# Go into the repository
$ cd Developer-Blog-Flask

# Setup virtual env
$ py -m venv env
$ .\env\Scripts\activate

# Install all required modules
$ pip3 install -r requirements.txt

# Setup SQLite
$ py
>> from app import db
>> db.create_all()

#Start development server
$ flask run

License 📄

This project is licensed under the MIT License. See the LICENSE file for details. Front-end template used from freecss

For the Future

If you can help us with these. Please don't hesitate to open a Pull Request.

Cool Developers🚧

About

Blog app written in Flask framework integrated with Google Auth, Rich Text, Realtime search options.

License:MIT License


Languages

Language:HTML 56.9%Language:Python 26.6%Language:CSS 12.9%Language:JavaScript 3.5%Language:Procfile 0.0%