Skip to content

Рекомендательная система для выбора времени встречи бауманцев. Подбирает оптимальное время на основании расписания учебных групп.

Notifications You must be signed in to change notification settings

sdallaboratory/touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touch

This is a monorepo with SDAL Touch app node.js server and Angular client.

Development

Clone the repo

Run server with ts-node

cd server
yarn install --frozen-lockfile
yarn dev

Run client with Angular cli

cd client
yarn install --frozen-lockfile
yarn start

After installing deps you can run Ctrl+Shift+B in VS Code to run both server and client for development.

After client app is build it will automatically be opened at http://localhost:4200. Any changes in code will immediately run recompiling.

Docker

Building Docker image

yarn --cwd server build
yarn --cwd client build
docker build -t sdal-touch .

About

Рекомендательная система для выбора времени встречи бауманцев. Подбирает оптимальное время на основании расписания учебных групп.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published