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.
- Host: GitHub
- URL: https://github.com/w1th0ut/simple-crud-db
- Owner: w1th0ut
- License: gpl-3.0
- Created: 2024-12-04T20:04:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T04:36:18.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:16:36.633Z (over 1 year ago)
- Topics: crud-application, crud-sample, database-management, dbms, sqlserver
- Language: HTML
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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