Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pathak-ashutosh/flask-blog

A blog (CMS) with entire back-end in Python (Flask)
https://github.com/pathak-ashutosh/flask-blog

backend blog cms flask flask-application flask-login flask-sqlalchemy html-css itsdangerous jinja2 python sqlite3

Last synced: 1 day ago
JSON representation

A blog (CMS) with entire back-end in Python (Flask)

Awesome Lists containing this project

README

        

# flask-blog
A blog (CMS) with entire back-end in Python (Flask)

### How to run:
* Download or clone this repository to your local machine.
* Open terminal and `cd` to the cloned directory.
* Install dependencies:
- install them directly using requirements.txt, or
- install them one-by-one
* Run from terminal the following command: `python run.py` once all dependencies are installed.
* The application runs on `localhost:5000` (or `127.0.0.1:5000`)

_This blog was made following Corey Shafer's [Python Flask Tutorial](https://www.youtube.com/watch?v=MwZwr5Tvyxo&list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH) series_.