Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24,580 changes: 0 additions & 24,580 deletions fullstack/task/.pnp.cjs

This file was deleted.

285 changes: 0 additions & 285 deletions fullstack/task/.pnp.loader.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion fullstack/task/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodeLinker: pnp
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
Expand Down
24 changes: 24 additions & 0 deletions fullstack/task/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: '3.7'

services:
postgres-db:
image: postgres:latest
container_name: postgres-db
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: dev
ports:
- 5432:5432

pgadmin:
image: dpage/pgadmin4
container_name: pgadmin
ports:
- 8080:80
depends_on:
- postgres-db
environment:
PGADMIN_DEFAULT_EMAIL: pg@admin.com
PGADMIN_DEFAULT_PASSWORD: pgadmin

3 changes: 3 additions & 0 deletions fullstack/task/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "1.0.0",
"dependencies": {
"@apollo/client": "3.7.10",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"graphql-ws": "5.12.0",
Expand Down
48 changes: 47 additions & 1 deletion fullstack/task/packages/client/public/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading