https://github.com/ruslang02/rtpta-server
https://github.com/ruslang02/rtpta-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruslang02/rtpta-server
- Owner: ruslang02
- Created: 2022-04-18T16:34:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T16:37:27.000Z (about 3 years ago)
- Last Synced: 2025-01-13T20:34:37.433Z (4 months ago)
- Language: TypeScript
- Size: 267 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support-service/.dockerignore
Awesome Lists containing this project
README
# Агрегатор общественного транспорта. Серверная часть
Для развертывания системы необходимо выполнить следующие команды:
```
git clone https://github.com/ruslang02/rtpta-server
docker-compose up
```Для разработки необходимо установить зависимости и настроить подрепозитории проектов, для этого в каждой директории проекта введите следующее:
```
git submodule update
yarn
yarn build
```