Skip to content

varshar4/mlh-portfolio-site

 
 

Repository files navigation

Our Portfolio Project - 3.3.6 team

All Contributors License: GPL v3

The initial design of our blog application for MLH Fellowship Production Engineering track.

MLH Kickoff Hackathon Team ✨


Ciara (CiCi) Swann

🎨

Nimra

💻

varsharathore16

🖋

Getting Started

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

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

  1. Add FLASK_ENV=development to .env
  2. $ docker-compose up
  3. Access it at http://127.0.0.1:5000

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 with Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.4%
  • HTML 23.4%
  • Python 19.3%
  • JavaScript 7.0%
  • Shell 4.7%
  • Mako 1.5%
  • Dockerfile 0.7%