Once the user is registered, he can login to his page. The game basically has some users as admin and others who are not admins.Įach user has to first register with a username.
The sample config file to use is config/settings.cfg.
(Find how to install it at : ) Configuration FilesĬonfigure your application using the config file picked upįrom the environment variable BETTING_APP_CFG_FILE. Since this uses Flask web development toolkit, please (Another option I considered was Bottle). Masked as a scripting language, Flask looks like a goodĬandidate. Since I think Python is a faily good programming language The idea was to learn webapp development and develop a fun app.įlask is a micro webdevelopment framework for Python. This is a simple webapp that was developed so that one canĬreate a fun Betting pool (with virtual money ) ). A flask web app that helps run a betting pool What is this Webapp for ?