https://github.com/slavan-st/worldteh
тестовое задание (управление сотрудниками)
https://github.com/slavan-st/worldteh
Last synced: 6 months ago
JSON representation
тестовое задание (управление сотрудниками)
- Host: GitHub
- URL: https://github.com/slavan-st/worldteh
- Owner: Slavan-ST
- Created: 2025-07-10T12:32:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-24T07:16:22.000Z (10 months ago)
- Last Synced: 2025-09-24T09:27:49.766Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WorldTeh
Управление сотрудниками
Соединение с БД:
файл: \WorldTeh\WorldTeh.Server\appsettings.json:
DefaultConnection": "Server= Slavan\\SQLEXPRESS ;Database=WorldTeh;Trusted_Connection=True;MultipleActiveResultSets=true; TrustServerCertificate=true;"
адрес сервера по умолчанию:
WorldTeh\WorldTeh.Server\Properties\launchSettings.json:
"applicationUrl": "http://localhost:5000"
при изменении адреса сервера также поменять клиента в:
\WorldTeh\Client\src\app\services\employee.service.ts
private apiUrl = 'http://localhost:5000/api/Employees';
адрес для клиента:
C:\Users\Slava\source\repos\WorldTeh\Client\.vscode\launch.json:
"url": "http://localhost:4200"