server/README.md

17 lines
No EOL
472 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Сервер КОМПа
## Описание
Простой http-сервер для взаимодействия с базой данных стихов из Интернета
Работет на [nodejs](https://nodejs.org)
## Как запустить у себя?
1. Склонируйте репозиторий со всеми зависимостями
```sh
git clone --recursive https://dgit.su/komp/server
```
2. Запустите
```sh
cd server
./run
```