/real-time-pay

Aplicação para realizar pagamentos online em tempo real

Primary LanguageHTML

Real Time Pay

Dependencies

  • pip3 install -r requirements.txt

Create Database

  • flask shell
  • db.create_all()
  • exit()

Tests

  • pytest file.py -v = executes test file.