https://github.com/willemverbuyst/project-pieterpad
https://github.com/willemverbuyst/project-pieterpad
cypress jest mermaidjs mongodb socket-io typescript
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willemverbuyst/project-pieterpad
- Owner: willemverbuyst
- Created: 2022-07-11T04:07:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T18:50:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T14:34:24.476Z (about 1 year ago)
- Topics: cypress, jest, mermaidjs, mongodb, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 570 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SET UP
```mermaid
flowchart LR
A[seed]
B[(data)]
C[server]
D(((client)))
E[e2e]
F[crawler]
G[Chat]
A-->B
C<-->B
D<-->C
E-->D
E-->C
E-->G
F-->D
C-->G
```#
> docker-compose build
> docker-compose up
> docker-compose down
> docker-compose up --build