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

https://github.com/pro1code1hack/university_lab7


https://github.com/pro1code1hack/university_lab7

Last synced: 5 months ago
JSON representation

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
```