Skip to content

kumarvt/countdown-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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