https://github.com/pro1code1hack/university_lab7
https://github.com/pro1code1hack/university_lab7
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pro1code1hack/university_lab7
- Owner: pro1code1hack
- Created: 2023-01-05T03:44:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:50:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T02:45:02.951Z (11 months ago)
- Language: Python
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
To run this application you basically need to configure the following script in a such way:
```Driver Host DBname```
to let the console arguments parce and connect ORM to the DataBase
```bash
python3 -m venv venv
pip install -r req.txt
```