Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/pathak-ashutosh/flask-blog
- Owner: pathak-ashutosh
- Created: 2019-07-16T14:33:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:08:13.000Z (about 2 years ago)
- Last Synced: 2024-11-08T20:48:02.438Z (about 2 months ago)
- Topics: backend, blog, cms, flask, flask-application, flask-login, flask-sqlalchemy, html-css, itsdangerous, jinja2, python, sqlite3
- Language: HTML
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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_.