Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Simple portfolio website template using Flask

Notifications You must be signed in to change notification settings

Anthlis/flask-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog

Minimal Flask template to get started on your blog application for MLH Fellowship Production Engineering track.

Getting Started

To make a copy of the Flask website, just use generate your own here.

You don't need to submit any pull requests to thie repository. This is just a template to help you get started

Installation

Make sure you have python3 and pip installed

Create and activate virtual environment using virtualenv

$ python -m venv python3-virtualenv
$ source python3-virtualenv/bin/activate

Use the package manager pip to install all dependencies

pip install -r requirements.txt

Usage

Create a .env file using the example.env template

Start flask development server

$ export FLASK_ENV=development
$ flask run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Simple portfolio website template using Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.8%
  • CSS 26.6%
  • HTML 21.3%
  • Shell 0.3%