/LottoFlask

LottoFlask varre resultados de sorteios e faz um match com os jogos que forem inseridos

Primary LanguageHTMLMIT LicenseMIT

LottoFlask

O que faz?

Insira seus jogos favoritos e descubra se foram sorteados anteriormente em outros sorteios

Como usar

Linux

Instale um ambiente virtual python

  • python3 -m venv venv

Ative o ambiente virtual

  • source venv/bin/activate

Instale as dependencias

  • pip install -r requirements.txt

Rode o servidor

  • python app.py

Acesse o localhost

  • No navegador acesse localhost:5000