An open API service indexing awesome lists of open source software.

https://github.com/w1th0ut/simple-crud-db

Simple CRUD (Create Read Update Delete) for Database SQL Server made by Python.
https://github.com/w1th0ut/simple-crud-db

crud-application crud-sample database-management dbms sqlserver

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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