Skip to content

koperak/simpleapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleapp

Purpose

Web app with Flask server backend and CSS Bulma frontend. The business concept for is to have an application:

  • web based and good looking - support modern CSS framework 👁
  • displaying host and network information - our business 💑 requirements
  • easy to deploy and monitor - container based 📦 with easy metrics

Explanation

If you are interested in details of this project please visit complimentary blog post

Setup and run

git clone https://github.com/koperak/simpleapp.git && cd simpleapp
docker build . -t simpleapp
docker run -d -p 5000:5000 simpleapp

Test

  • http://127.0.0.1:5000/ main web application page
  • http://127.0.0.1:5000/metrics default metrics

Requirements

  • Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published