https://github.com/adnaaaen/tkinter-library-service
Implementing CRUD Operations in PostgreSQL with SQLAlchemy
https://github.com/adnaaaen/tkinter-library-service
Last synced: 5 months ago
JSON representation
Implementing CRUD Operations in PostgreSQL with SQLAlchemy
- Host: GitHub
- URL: https://github.com/adnaaaen/tkinter-library-service
- Owner: adnaaaen
- Created: 2024-06-18T21:46:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:23:08.000Z (6 months ago)
- Last Synced: 2024-12-04T20:26:27.242Z (6 months ago)
- Language: Python
- Homepage:
- Size: 435 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomeTkinter Book Management App
![]()
![]()
## Screenshots
![]()
![]()
![]()
![]()
![]()
## Installation
```bash
git clone https://github.com/adnaaaen/tkinter-Book-service.git
cd tkinter-Book-service
``````bash
pip install -r requirements.txt
``````bash
python app/main.py
```## Environment Variables
- `DATABASE_URL`
create a `.env` file at the root of the `app` folder and add the following:
Below are examples of how to set up the `DATABASE_URL` for different types of local databases:
- For `PostgreSQL`
`DATABASE_URL=postgresql://your_username@localhost:5432/your_database_name`- For `MySQL`
`DATABASE_URL=mysql://your_username@localhost:3306/your_database_name`