Skip to content

ganesh-k13/GOF-Templates

Repository files navigation

GOF Templating Application

Build Status licensebuttons by-sa

Provides pattern templates based on user requirements

Check our live demo right here!

Prerequisites

  • Python version 3.6 or higher
  • Flask version 0.12.2 or higher
  • Astyle version 3.1

install prerequisites:

sudo pip3 install -r requirements.txt
brew install astyle

Running

  1. Clone this repository.
  2. Run these instructions from the repository's root:
virtualenv -p python3 venv
source venv/bin/activate
./venv/bin/pip3 -r requirements.txt
export FLASK_APP=run.py
export FLASK_ENV=development

flask run
  1. Site should be live in http://localhost:5000/

Built With

Authors

Acknowledgments

  • This is developed as a project for Design Patterns course.