johnnickjf / sorte-io

The goal of this project is to create from scratch a lottery web application where people can choose numbers and compete for prizes.

Home Page:http://localhost:5000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💵 Sorte-io

version 1.2.0

📝 Description

The goal of this project is to create from scratch a lottery web application where people can choose numbers and compete for prizes.

This repository is for the purposes of studies.

📚 Commit Message Guidelines

  • FEAT: Incluindo um novo recurso.
  • FIX: Solucionando um bug.
  • DOCS: Mudanças na documentação. Ex.: Readme.
  • TEST: Alterações em testes.
  • BUILD: Modificações em arquivos de build e dependências.
  • RERF: Alterações relacionadas a performance.
  • STYLE: Alterações referentes a formatações de código, semicolons, trailing spaces, lint...
  • CHORE: Atualizações de tarefas de build, configurações, pacotes... Ex.: adicionar pacote no gitignore.
  • CI: Mudanças relacionadas a integração contínua.
  • REFACTOR: Refatorações que não alterem sua funcionalidade, ou melhorias de performance devido a um code review.

📑 Environment Variables

  • DATABASE_URL='bd'
  • ACCESS_TOKEN_EXPIRE_MINUTES='60'
  • SECRET_KEY='secret_key'
  • ALGORITHM='HS256'

⚙ Running the app

  • Tests: pytest -v
  • Package: poetry add <package>
  • Package: poetry add --dev <package>
  • Install: poetry install
  • Install: pip install -r requirements.txt

Run: uvicorn main:app --reload

👷 Authors

📝 License

Copyright © 2023 Johnnick F. Landim
This project is MIT licensed

About

The goal of this project is to create from scratch a lottery web application where people can choose numbers and compete for prizes.

http://localhost:5000

License:MIT License


Languages

Language:Python 98.3%Language:Dockerfile 1.7%