https://github.com/profcomff/pu_dating_api
https://github.com/profcomff/pu_dating_api
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/profcomff/pu_dating_api
- Owner: profcomff
- License: bsd-3-clause
- Created: 2025-03-29T20:46:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T21:46:20.000Z (10 months ago)
- Last Synced: 2025-03-29T22:26:19.593Z (10 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Сервис для знакомств
Познакомься с интересными людьми!
## Запуск
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 dating_backend
```
## ENV-file description
- `DB_DSN=postgresql://postgres@localhost:5432/postgres` – Данные для подключения к БД