Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 490 Bytes

Setup

  • Use Python 3 ('python3 --version' or 'python --version')
  • Download library ('python3 -m pip install -r requirements.txt' or 'pip3 install -r requirements.txt')
  • Change credentials in .env (Use notepad or any text editor)
  • Run program ('python3 app.py' or 'python app.py')
  • Open browser and open http://127.0.0.1:5000

.env rule

HOST: Host name (default: 127.0.0.1)

USERDB: SQL Server username (default: sa)

PASSWORD: SQL Server password

DB: Name database you want to use