GitHub - kumarvt/countdown-python

Skip to content

Navigation Menu

Sign in

Appearance settings

countdown

I started this projet as a way to learn the Flask Micro Framework

It allows users to create and share "countdowns" to a given date in a very simple way.

Setup

All it takes are three simple steps:

docker-compose build countdown # Build the application image
docker-compose up -d countdown # Launch the application
docker exec  rsyslog tail -f /var/log/messages # Monitor application logs

You might need to change the syslog server address, depending on your Docker setup.

Languages

  • HTML 41.6%
  • Python 29.0%
  • Shell 14.6%
  • CSS 8.8%
  • Nginx 6.0%