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

https://github.com/profcomff/social-api

Система мониторинга активности и мотивации
https://github.com/profcomff/social-api

internal-service

Last synced: 6 months ago
JSON representation

Система мониторинга активности и мотивации

Awesome Lists containing this project

README

          

# social-api

Бот для выдачи печенек за активности

[](https://easycode.profcomff.com/templates/docker-fastapi/workspace?mode=manual&param.Repository+URL=https://github.com/profcomff/social-api.git&param.Working+directory=social-api)

## Запуск

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

## ENV-file description

DB_DSN=

---