Provides pattern templates based on user requirements
Check our live demo right here!
- 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
- Clone this repository.
- 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
- Site should be live in
http://localhost:5000/
- Ganesh K. - ganesh-k13
- Hardik Mahipal Surana - hardiksurana
- Rahul R Bharadwaj - Rahul-RB
- This is developed as a project for Design Patterns course.