mcastellin / cookomatic

A sample recipes archive Python app that I use to have fun and learn DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cook-O-Matic

A sample web application that anyone can use to run off-the-shelf and to play around and learn application development and automation!

How to use this repo

This repository contains a Python Flas application. The application builds and runs with make. To run the application simply make sure you have Python3 and make installed and run make all.

You can use this application for many things:

  • Extend the existing code with more features and learn Python programming
  • Build automation to validate and deploy the application into cloud platform (I personally like to do just that!)

About

A sample recipes archive Python app that I use to have fun and learn DevOps

License:MIT License


Languages

Language:Python 65.8%Language:HTML 12.7%Language:Dockerfile 11.9%Language:Mako 3.6%Language:Makefile 2.7%Language:Shell 2.4%Language:CSS 0.9%