Skip to content

raja-charuvil/myblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myblog

Source code for my personal blog. Developed using Python Flask framework.

Requirements

  • Python 3.7
  • virtualenv (pip install virtualenv)

Installation [Windows]

  1. Clone the repository to local

    $ git clone https://github.com/raja-charuvil/myblog.git

  2. cd into myblog

    $ cd myblog

  3. Create a virtual environment and install the required packages with the following commands:

    $ virtualenv venv
    $ venv\Scripts\activate

  4. Install dependencies

    (venv) $ pip install -r requirements.txt

Running the Examples

With the virtual environment activated you can cd into myblog then following commands.

$ set FLASK_APP=myblog.py
$ flask db upgrade (to create database tables)
$ flask create_admin (to create an admin user for the blog)
$ flask run 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published