HamdiaA / FlaskPortfolioSite

Portfolio site built from Flask App template. Deployed to AWS EC2 Instance

Home Page:https://www.mlhportfoliosite.duckdns.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Site

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

Installation

Make sure you have python3 and pip installed

Create and activate virtual environment using virtualenv

$ python -m venv python3-virtualenv
$ .\python3-virtualenv\Scripts\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

Portfolio site built from Flask App template. Deployed to AWS EC2 Instance

https://www.mlhportfoliosite.duckdns.org/


Languages

Language:HTML 38.3%Language:CSS 32.0%Language:Python 20.2%Language:JavaScript 6.8%Language:Mako 1.4%Language:Dockerfile 0.7%Language:Shell 0.5%