https://github.com/profcomff/hr-bot-api
https://github.com/profcomff/hr-bot-api
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/profcomff/hr-bot-api
- Owner: profcomff
- License: other
- Created: 2025-04-19T09:15:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-19T14:11:56.000Z (10 months ago)
- Last Synced: 2025-06-05T10:50:32.161Z (8 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hr_bot
ht_bot
## Запуск
1. Перейдите в папку проекта
2. Создайте виртуальное окружение командой и активируйте его:
```console
foo@bar:~$ python3 -m venv venv
foo@bar:~$ source ./venv/bin/activate # На MacOS и Linux
foo@bar:~$ venv\Scripts\activate # На Windows
```
3. Установите библиотеки
```console
foo@bar:~$ pip install -r requirements.txt
```
4. Запускайте приложение!
```console
foo@bar:~$ python -m hr_bot_api
```
## ENV-file description
- `DB_DSN=postgresql://postgres@localhost:5432/postgres` – Данные для подключения к БД