ngovanhuong94 / flask-blog

A simple blog using Flask framework

Home Page:https://simple-blog-flask.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-blog

A simple blog using Flask framework

Prerequisites

  • python
  • virtualenv
  1. Clone this repository

  2. Install dependencies

    $ cd flask-blog
    $ virtualenv venv
    $ pip install requirements.txt
    
    

Run the app

  1. Start the server
    $ flask run
  2. Browse to http://localhost:5000/

License

This project is made available under the MIT License.

About

A simple blog using Flask framework

https://simple-blog-flask.herokuapp.com/


Languages

Language:HTML 52.9%Language:Python 46.8%Language:CSS 0.4%