|
| 1 | +--- |
| 2 | +title: #[web4application.github.io](fastht.ml) |
| 3 | +description: #[About](docs.md) |
| 4 | +docs: |
| 5 | +Include: |
| 6 | +news: #[embed](https://www.theverge.com/) |
| 7 | +class: #[src/page/paperweb.html] |
| 8 | + - name: projects |
| 9 | +class: #[https://web4application.github.io/project.html] |
| 10 | + - name: githu-pages |
| 11 | +class: #[_layouts/defaults.html] |
| 12 | + - name: main |
| 13 | +class: #[index.html] |
| 14 | + - name: template |
| 15 | +class: #[assets/css/style.css] |
| 16 | + - name: fonts |
| 17 | +class: #[_saas/] |
| 18 | +--- |
| 19 | + |
1 | 20 | # web4application |
2 | 21 |
|
3 | 22 | This [ qubuhub.org] can be used to build a variety of web applications, depending on the technologies and frameworks it incorporates. Here are some examples of web applications you might develop using this repository: |
4 | 23 |
|
5 | | -> |
6 | | -```xlsl |
7 | | -+----------------------------------------------------+ |
8 | | -| Web4 | |
9 | | -| | |
10 | | -| +-----------------------+ +-------------------+ | |
11 | | -| | React.js SPA |<--| Google Search API | | |
12 | | -| |-----------------------| +-------------------+ | |
13 | | -| | - Home Page | | |
14 | | -| | - AppStore | | |
15 | | -| | - WalletConnect | | |
16 | | -| | - Chat with Kubu-Hai | | |
17 | | -| | - Menu | | |
18 | | -| | - Online Gaming | | |
19 | | -| +-----------------------+ | |
20 | | -| | | | |
21 | | -| v | | |
22 | | -| +-----------------------+ | | |
23 | | -| | Node.js + Express | | | |
24 | | -| |-----------------------| | | |
25 | | -| | - API Gateway | | | |
26 | | -| | - Auth Service | | | |
27 | | -| | - User Management | | | |
28 | | -| | - Crypto Wallet |<--->| CoinMarketCap API | |
29 | | -| | - AppStore Service | | | |
30 | | -| | - AI Interaction | | | |
31 | | -| | - Marketplace Service |<--->| Facebook API | | |
32 | | -| | - Game Service | | | |
33 | | -| +-----------------------+ | | |
34 | | -| | | | |
35 | | -| v | | |
36 | | -| +-----------------------+ +----------------+ | | |
37 | | -| | MongoDB |<--| Discord API | | | |
38 | | -| |-----------------------| +----------------+ | | |
39 | | -| | - Users | | | |
40 | | -| | - Apps | | | |
41 | | -| | - Transactions | | | |
42 | | -| | - Games | | | |
43 | | -| | - Marketplace | | | |
44 | | -| +-----------------------+ |
45 | | -| |«```code»| |
46 | | -| +----------------------------------------------------+ |
47 | | -├── /src |
48 | | -│ ├── /modules |
49 | | -│ │ ├── /auth |
50 | | -│ │ │ ├── authController.js |
51 | | -│ │ │ ├── authService.js |
52 | | -│ │ │ └── authRoutes.js |
53 | | -│ │ ├── /user |
54 | | -│ │ │ ├── userController.js |
55 | | -│ │ │ ├── userService.js |
56 | | -│ │ │ └── userRoutes.js |
57 | | -│ │ ├── /product |
58 | | -│ │ │ ├── productController.js |
59 | | -│ │ │ ├── productService.js |
60 | | -│ │ │ └── productRoutes.js |
61 | | -│ │ └── /order |
62 | | -│ │ ├── orderController.js |
63 | | -│ │ ├── orderService.js |
64 | | -│ │ └── orderRoutes.js |
65 | | -│ │ |
66 | | -│ ├── app.js |
67 | | -│ └── config.js |
68 | | -│ |
69 | | -├── /public |
70 | | -│ ├── index.html |
71 | | -│ └── styles.css |
72 | | -│ |
73 | | -├── /tests |
74 | | -│ ├── auth.test.js |
75 | | -│ ├── user.test.js |
76 | | -│ ├── product.test.js |
77 | | -│ └── order.test.js |
78 | | -│ |
79 | | -├── package.json |
80 | | -└── README.md |
81 | | -``` |
82 | 24 |
|
83 | 25 | ## E-commerce Platforms |
84 | 26 |
|
|
0 commit comments