-
Notifications
You must be signed in to change notification settings - Fork 10
/
tech.yaml
50 lines (46 loc) · 1.45 KB
/
tech.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: Domifa
homepage: https://domifa.fabrique.social.gouv.fr
# List your code repos
repositories:
Domifa: https://github.com/SocialGouv/domifa
# List all docs links
documentation:
Documentation technique: https://github.com/SocialGouv/domifa/tree/master/_docs
Documents: https://nextcloud.fabrique.social.gouv.fr/
Carnets: https://carnets.fabrique.social.gouv.fr/team/domifa
# List all the tools used by the team
tools:
kanban dashboard: https://github.com/SocialGouv/domifa/projects/1
ticketing: https://github.com/SocialGouv/domifa/issues
sentry (backend): https://sentry.fabrique.social.gouv.fr/incubateur/domifa-backend
sentry (frontend): https://sentry.fabrique.social.gouv.fr/incubateur/domifa-frontend
sentry (portail-usager): https://sentry.fabrique.social.gouv.fr/incubateur/domifa-portail-usagers
matomo: https://matomo.fabrique.social.gouv.fr
mails (prod+dev): https://app.tipimail.com/
mails (dev): https://mailtrap.io/
sms (dev): https://www.spot-hit.fr/
# Overall technical stack
stack:
common:
- Typescript
frontend:
- Angular 15
- Typescript
portail-admins:
- Angular 15
- Typescript
portail-usagers:
- Angular 15
- Typescript
backend:
- NestJS
- PostgreSQL
- Typescript
tests:
- frontend: unit tests
- portail-usagers: unit tests
- backend: unit tests + integration tests
ci:
- Github Actions (tests, build, register docker images)
deployment:
- docker-compose