Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
19b96e4
Create deno.yml
nexopi617 Jan 5, 2026
b4b6757
Delete .github/workflows directory
nexopi617 Apr 1, 2026
3b2c44b
Delete backend/.env.example
nexopi617 Apr 1, 2026
46382ec
Delete backend/docker directory
nexopi617 Apr 1, 2026
f8432bc
Delete backend/.gitignore
nexopi617 Apr 1, 2026
ee42c88
Delete backend/Dockerfile
nexopi617 Apr 1, 2026
3acd99f
Delete backend/README.md
nexopi617 Apr 1, 2026
e7a929d
Delete backend/package.json
nexopi617 Apr 1, 2026
7fc189d
Delete backend/tsconfig.json
nexopi617 Apr 1, 2026
f7c5551
Delete backend/yarn.lock
nexopi617 Apr 1, 2026
872d177
Delete backend/src/handlers/notifications.ts
nexopi617 Apr 1, 2026
8dd517a
Delete backend/src/handlers/payments.ts
nexopi617 Apr 1, 2026
c8134a4
Delete backend/src/handlers/users.ts
nexopi617 Apr 1, 2026
b5f2b52
Delete backend/src/environments.ts
nexopi617 Apr 1, 2026
9cf3b4d
Delete backend/src/services/platformAPIClient.ts
nexopi617 Apr 1, 2026
22973cb
Delete backend/src/index.ts
nexopi617 Apr 1, 2026
8ff0e4c
Delete backend/src/types/session.ts
nexopi617 Apr 1, 2026
fbb9ee6
Delete backend/src/types/user.ts
nexopi617 Apr 1, 2026
38a1311
Delete backend/log/.gitkeep
nexopi617 Apr 1, 2026
257422a
Delete doc/deployment.md
nexopi617 Apr 1, 2026
884b384
Delete doc/development.md
nexopi617 Apr 1, 2026
930a7f4
Delete doc/img/api_key.png
nexopi617 Apr 1, 2026
e747735
Delete doc/img/app_checklist.png
nexopi617 Apr 1, 2026
7d21fb3
Delete doc/img/developer_portal.png
nexopi617 Apr 1, 2026
d0d34fd
Delete doc/img/domain_verification.png
nexopi617 Apr 1, 2026
f612f7d
Delete doc/img/domain_verified.png
nexopi617 Apr 1, 2026
bacd648
Delete doc/img/register_app.PNG
nexopi617 Apr 1, 2026
9316c5a
Delete doc/img/sandbox_firefox.png
nexopi617 Apr 1, 2026
532b8da
Delete doc/img/sandbox_url.png
nexopi617 Apr 1, 2026
e32af97
Delete frontend/docker/entrypoint.sh
nexopi617 Apr 1, 2026
ef7860a
Delete frontend/docker/nginx.conf
nexopi617 Apr 1, 2026
2ce96d0
Delete frontend/.env.development
nexopi617 Apr 1, 2026
10a2c65
Delete frontend/.gitignore
nexopi617 Apr 1, 2026
cccfdcc
Delete frontend/Dockerfile
nexopi617 Apr 1, 2026
83cad5a
Delete frontend/README.md
nexopi617 Apr 1, 2026
1ae4b57
Delete frontend/package.json
nexopi617 Apr 1, 2026
76dcdb6
Delete frontend/tsconfig.json
nexopi617 Apr 1, 2026
5c98968
Delete frontend/yarn.lock
nexopi617 Apr 1, 2026
4145527
Delete frontend/src/defaults.css
nexopi617 Apr 1, 2026
f22865d
Delete frontend/src/index.tsx
nexopi617 Apr 1, 2026
ba91f61
Delete frontend/src/react-app-env.d.ts
nexopi617 Apr 1, 2026
9f6b4bb
Delete frontend/src/typedefs.d.ts
nexopi617 Apr 1, 2026
57a2904
Delete docker-compose.yml
nexopi617 Apr 1, 2026
c08eb8f
Delete README.md
nexopi617 Apr 1, 2026
a925758
Delete LICENSE.md
nexopi617 Apr 1, 2026
847aa76
Delete FLOWS.md
nexopi617 Apr 1, 2026
2a13f1b
Delete .gitignore
nexopi617 Apr 1, 2026
025b2da
Delete .env.example
nexopi617 Apr 1, 2026
8b0f2e6
Delete reverse-proxy/Dockerfile
nexopi617 Apr 1, 2026
22ab361
Delete reverse-proxy/docker/entrypoint.sh
nexopi617 Apr 1, 2026
0666774
Delete reverse-proxy/docker/nginx.conf.template
nexopi617 Apr 1, 2026
66e869e
Delete reverse-proxy/docker/nginx-ssl.conf.template
nexopi617 Apr 1, 2026
2bdc134
Delete frontend/public/favicon.ico
nexopi617 Apr 1, 2026
6287388
Delete frontend/public/index.html
nexopi617 Apr 1, 2026
20e1e41
Delete frontend/public/robots.txt
nexopi617 Apr 1, 2026
3e6e9c9
Delete frontend/public/manifest.json
nexopi617 Apr 1, 2026
3cf388c
Delete frontend/public/logo512.png
nexopi617 Apr 1, 2026
3d5837d
Delete frontend/public/logo192.png
nexopi617 Apr 1, 2026
48f0428
Delete frontend/src/Shop/index.tsx
nexopi617 Apr 1, 2026
101b1a2
Delete frontend/src/Shop/components/Header.tsx
nexopi617 Apr 1, 2026
42dbecb
Delete frontend/src/Shop/components/SignIn.tsx
nexopi617 Apr 1, 2026
e3a4779
Delete frontend/src/Shop/components/ProductCard.tsx
nexopi617 Apr 1, 2026
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
51 changes: 0 additions & 51 deletions .env.example

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

273 changes: 0 additions & 273 deletions FLOWS.md

This file was deleted.

33 changes: 0 additions & 33 deletions LICENSE.md

This file was deleted.

31 changes: 0 additions & 31 deletions README.md

This file was deleted.

Loading