Skip to content

Simple CRUD (Create Read Update Delete) for Database SQL Server made by Python.

License

Notifications You must be signed in to change notification settings

w1th0ut/Simple-CRUD-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple CRUD (Create Read Update Delete) for Database SQL Server made by Python.

Topics

Resources

License

Stars

Watchers

Forks