You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kubsu-platform-crud-2023/apps/user-data
Artem-Darius Weber 853523cc2d
docs: updated graphs
2 years ago
..
prisma feat: auth service init 2 years ago
serving feat: auth service init 2 years ago
src feat: add user data service 2 years ago
.ASC_MANIFEST feat: add user data service 2 years ago
.env.example feat: add user data service 2 years ago
.eslintrc.json feat: add user data service 2 years ago
.gitignore feat: add user data service 2 years ago
Dockerfile feat: add user data service 2 years ago
LICENSE feat: add user data service 2 years ago
README.md docs: updated graphs 2 years ago
jest.config.ts feat: add user data service 2 years ago
project.json feat: add user data service 2 years ago
tsconfig.app.json feat: add user data service 2 years ago
tsconfig.json feat: add user data service 2 years ago
tsconfig.spec.json feat: add user data service 2 years ago
webpack.config.js feat: add user data service 2 years ago

README.md

IT Lab Platform - User Data Service

Эта директория содержит исходный код сервиса базовых пользовательских данных приложения "IT Lab Application".

Ports

  • 8083 - pg Admin
  • 3002 - app

Structure

graph TD;
    agw-->user-data;
    user-data-->user-data-db;
    user-data-db-->user-data-pg-admin;