mwalajs 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.backup-2025-12-04T08-55-09-593Z +5 -0
- package/app.mjs +4 -0
- package/bin/mwala copy.mjs +212 -0
- package/bin/mwala.mjs +244 -76
- package/config/createdatabase copy.mjs +362 -0
- package/config/createdatabase.mjs +0 -158
- package/package.json +1 -1
- package/public/images/hekima-mwala.jpg +0 -0
- package/public/images/hekima-mwala2.jpg +0 -0
- package/public/images/mwala3.jpg +0 -0
- package/public/images/mwalajs.jpg +0 -0
- package/public/images/mwalajs1.jpg +0 -0
- package/utils/dbUtils.mjs +150 -0
- package/views/about.ejs +271 -136
- package/views/index.ejs +325 -428
- package/views/mwalajs-framework-documentation.ejs +778 -0
- package/views/partials/footer.ejs +102 -0
- package/views/partials/header.ejs +160 -0
- package/views/steps copy.ejs +243 -0
- package/views/steps.ejs +208 -482
- package/views/welcome.ejs +242 -184
package/views/about.ejs
CHANGED
|
@@ -1,159 +1,294 @@
|
|
|
1
|
+
|
|
2
|
+
<!-- Include header.ejs -->
|
|
3
|
+
<%- include('partials/header') %>
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
<!DOCTYPE html>
|
|
2
7
|
<html lang="en">
|
|
3
8
|
<head>
|
|
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
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
9
|
+
<meta charset="UTF-8" />
|
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
11
|
+
<title>About Us - MwalaJS Framework</title>
|
|
12
|
+
|
|
13
|
+
<!-- Bootstrap 5.3.3 -->
|
|
14
|
+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
15
|
+
|
|
16
|
+
<!-- Font Awesome -->
|
|
17
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
|
|
18
|
+
|
|
19
|
+
<!-- SEO & Open Graph -->
|
|
20
|
+
<meta name="description" content="MwalaJS is a modern, high-performance Node.js MVC framework founded by Hekima Ambalile Mwala. We provide scalable web solutions across Tanzania with branches in Dodoma, Arusha, Dar Es Salaam, Mbeya, Morogoro, and South Africa." />
|
|
21
|
+
<meta name="keywords" content="MwalaJS, Node.js framework, Hekima Ambalile Mwala, Tanzania software, Arusha developer, Mbeya, Morogoro, Dodoma, Dar Es Salaam, South Africa, web solutions" />
|
|
22
|
+
<meta name="author" content="Hekima Ambalile Mwala" />
|
|
23
|
+
|
|
24
|
+
<meta property="og:title" content="About MwalaJS - Founder & Locations" />
|
|
25
|
+
<meta property="og:description" content="Discover the story behind MwalaJS, created by Hekima Ambalile Mwala. Operating since 2025, modern web applications." />
|
|
26
|
+
<meta property="og:image" content="https://mwalajs.biasharabora.com/images/mwala-logo-large.png" />
|
|
27
|
+
<meta property="og:url" content="https://mwalajs.biasharabora.com/about" />
|
|
28
|
+
<meta property="og:type" content="website" />
|
|
29
|
+
|
|
30
|
+
<!-- Favicon -->
|
|
31
|
+
<link rel="icon" href="https://mwalajs.biasharabora.com/favicon.ico" type="image/x-icon" />
|
|
32
|
+
|
|
33
|
+
<style>
|
|
34
|
+
:root {
|
|
35
|
+
--primary: #1e3c72;
|
|
36
|
+
--secondary: #2a5298;
|
|
37
|
+
--accent-gradient: linear-gradient(135deg, #1e3c72, #2a5298);
|
|
38
|
+
--light: #f8f9fa;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
body {
|
|
42
|
+
background-color: var(--light);
|
|
43
|
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
44
|
+
line-height: 1.7;
|
|
45
|
+
color: #333;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Hero Header */
|
|
49
|
+
.hero {
|
|
50
|
+
background: var(--accent-gradient);
|
|
51
|
+
color: white;
|
|
52
|
+
padding: 120px 0 80px;
|
|
53
|
+
text-align: center;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.hero h1 {
|
|
57
|
+
font-size: 4rem;
|
|
58
|
+
font-weight: 900;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.hero p {
|
|
62
|
+
font-size: 1.4rem;
|
|
63
|
+
max-width: 800px;
|
|
64
|
+
margin: 0 auto;
|
|
65
|
+
opacity: 0.95;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Navbar */
|
|
69
|
+
.navbar {
|
|
70
|
+
background: rgba(30, 60, 114, 0.95) !important;
|
|
71
|
+
backdrop-filter: blur(10px);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.nav-link {
|
|
75
|
+
color: white !important;
|
|
76
|
+
font-weight: 500;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.nav-link:hover {
|
|
80
|
+
color: #ffc107 !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* Cards */
|
|
84
|
+
.about-card {
|
|
85
|
+
background: white;
|
|
86
|
+
border-radius: 16px;
|
|
87
|
+
padding: 3rem;
|
|
88
|
+
margin-bottom: 3rem;
|
|
89
|
+
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
|
|
90
|
+
transition: transform 0.3s ease;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.about-card:hover {
|
|
94
|
+
transform: translateY(-10px);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.founder-photo {
|
|
98
|
+
width: 200px;
|
|
99
|
+
height: 200px;
|
|
100
|
+
border-radius: 50%;
|
|
101
|
+
object-fit: cover;
|
|
102
|
+
border: 6px solid white;
|
|
103
|
+
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.contact-link {
|
|
107
|
+
color: var(--primary);
|
|
108
|
+
font-weight: bold;
|
|
109
|
+
text-decoration: none;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.contact-link:hover {
|
|
113
|
+
text-decoration: underline;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.locations-list {
|
|
117
|
+
columns: 2;
|
|
118
|
+
column-gap: 2rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.locations-list li {
|
|
122
|
+
margin-bottom: 0.8rem;
|
|
123
|
+
font-size: 1.1rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.download-section {
|
|
127
|
+
background: rgba(30,60,114,0.05);
|
|
128
|
+
padding: 3rem;
|
|
129
|
+
border-radius: 16px;
|
|
130
|
+
text-align: center;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
footer {
|
|
134
|
+
background: var(--accent-gradient);
|
|
135
|
+
color: white;
|
|
136
|
+
padding: 4rem 0 2rem;
|
|
137
|
+
text-align: center;
|
|
138
|
+
margin-top: 5rem;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@media (max-width: 768px) {
|
|
142
|
+
.hero h1 { font-size: 3rem; }
|
|
143
|
+
.hero p { font-size: 1.2rem; }
|
|
144
|
+
.locations-list { columns: 1; }
|
|
145
|
+
.founder-photo { width: 150px; height: 150px; }
|
|
146
|
+
}
|
|
147
|
+
</style>
|
|
67
148
|
</head>
|
|
68
149
|
<body>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
<
|
|
150
|
+
|
|
151
|
+
<!-- Navbar -->
|
|
152
|
+
<nav class="navbar navbar-expand-lg navbar-dark sticky-top">
|
|
153
|
+
<div class="container">
|
|
154
|
+
<a class="navbar-brand fw-bold" href="/"><i class="fas fa-code me-2"></i>MwalaJS</a>
|
|
155
|
+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
|
74
156
|
<span class="navbar-toggler-icon"></span>
|
|
75
157
|
</button>
|
|
76
158
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
77
|
-
<ul class="navbar-nav">
|
|
78
|
-
<li class="nav-item">
|
|
79
|
-
|
|
80
|
-
</li>
|
|
81
|
-
<li class="nav-item">
|
|
82
|
-
|
|
83
|
-
</li>
|
|
84
|
-
<li class="nav-item">
|
|
85
|
-
<a class="nav-link" href="steps#commands">Commands</a>
|
|
86
|
-
</li>
|
|
87
|
-
<li class="nav-item">
|
|
88
|
-
<a class="nav-link" href="steps#structure">Project Structure</a>
|
|
89
|
-
</li>
|
|
90
|
-
<li class="nav-item">
|
|
91
|
-
<a class="nav-link" href="steps#example">Example Application</a>
|
|
92
|
-
</li>
|
|
93
|
-
<li class="nav-item">
|
|
94
|
-
<a class="nav-link" href="steps#conclusion">Conclusion</a>
|
|
95
|
-
</li>
|
|
159
|
+
<ul class="navbar-nav ms-auto">
|
|
160
|
+
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
|
|
161
|
+
<!-- welcome page -->
|
|
162
|
+
<li class="nav-item"><a class="nav-link" href="/welcome">Get Started</a></li>
|
|
163
|
+
<li class="nav-item"><a class="nav-link" href="/steps">steps
|
|
164
|
+
<li class="nav-item"><a class="nav-link" href="/mwalajs-framework-documentation">Documentation</a></li>
|
|
165
|
+
<li class="nav-item"><a class="nav-link active" href="/about">About</a></li>
|
|
166
|
+
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
|
96
167
|
</ul>
|
|
97
168
|
</div>
|
|
98
169
|
</div>
|
|
99
170
|
</nav>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
171
|
+
|
|
172
|
+
<!-- Hero Section -->
|
|
173
|
+
<section class="hero">
|
|
174
|
+
<div class="container">
|
|
175
|
+
<h1>About MwalaJS</h1>
|
|
176
|
+
<p class="lead">A modern, high-performance Node.js MVC framework founded by Sir H. A. Mwala<br>Delivering scalable and efficient web solutions across Tanzania and beyond</p>
|
|
103
177
|
</div>
|
|
178
|
+
</section>
|
|
104
179
|
|
|
105
|
-
|
|
106
|
-
<h2>Founder: Hekima Ambalile Mwala</h2>
|
|
107
|
-
<div class="team-member">
|
|
108
|
-
<h3>About the Founder</h3>
|
|
109
|
-
<p>Hekima Ambalile Mwala is the founder of the MwalaJS framework. He is a highly motivated and passionate software developer with a vision of creating efficient and scalable web applications. He believes in the power of technology to solve real-world problems.</p>
|
|
110
|
-
<p>Also work as Electronics and Telecommunication Engineer</p>
|
|
111
|
-
<p>you may prefer To learn Engineering and Technology in his youtube account link >> <a href="https://youtube.com/@hekimamwala?si=BSDBlBLuPFxD1YEH"> youtube chanel</a></p>
|
|
112
|
-
<div class="contact-info">
|
|
113
|
-
<p>Contact Information:</p>
|
|
114
|
-
<p>Phone: <a href="tel:+255747285438">0747285438</a></p>
|
|
115
|
-
<p>Email: <a href="mailto:hekimamwala1@gmail.com">hekimamwala1@gmail.com</a></p>
|
|
116
|
-
<p>Work Email: <a href="mailto:biasharaboraofficials@gmail.com">biasharaboraofficials@gmail.com</a></p>
|
|
117
|
-
<p>Workplace: Biashara Bora</p>
|
|
118
|
-
</div>
|
|
119
|
-
</div>
|
|
180
|
+
<div class="container my-5">
|
|
120
181
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
<li>SOUTH AFRICA (Main Branch)</li>
|
|
132
|
-
</ul>
|
|
133
|
-
</div>
|
|
182
|
+
<!-- Founder Section -->
|
|
183
|
+
<section class="about-card text-center">
|
|
184
|
+
<img src="https://mwalajs.biasharabora.com/images/hekima-mwala.jpg" alt="Sir H. A. Mwala - Founder of MwalaJS" class="founder-photo mb-4" onerror="this.src='https://via.placeholder.com/200?text=Sir+Mwala';">
|
|
185
|
+
<h2>Founder: Sir H. A. Mwala</h2>
|
|
186
|
+
<p class="lead">Visionary Software Developer & Electronics and Telecommunication Engineer</p>
|
|
187
|
+
<p>Sir H. A. Mwala is the creator and lead developer of the MwalaJS framework. With deep passion for technology and problem-solving, he built MwalaJS to empower developers in Tanzania and across Africa with a fast, modern, and easy-to-use Node.js framework.</p>
|
|
188
|
+
<p>He also shares knowledge in engineering and technology through his YouTube channel:</p>
|
|
189
|
+
<a href="https://www.youtube.com/@hekimamwala" target="_blank" class="btn btn-danger btn-lg mb-4">
|
|
190
|
+
<i class="fab fa-youtube me-2"></i>Subscribe to Sir H. A. Mwala on YouTube
|
|
191
|
+
</a>
|
|
134
192
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
</
|
|
193
|
+
<div class="contact-info mt-5">
|
|
194
|
+
<h4>Contact Information</h4>
|
|
195
|
+
<p><i class="fas fa-phone me-2"></i>Phone: <a href="tel:+255747285438" class="contact-link">+255 747 285 438</a></p>
|
|
196
|
+
<p><i class="fas fa-envelope me-2"></i>Personal Email: <a href="mailto:hekimamwala1@gmail.com" class="contact-link">hekimamwala1@gmail.com</a></p>
|
|
197
|
+
<p><i class="fas fa-building me-2"></i>Work Email: <a href="mailto:biasharaboraofficials@gmail.com" class="contact-link">biasharaboraofficials@gmail.com</a></p>
|
|
198
|
+
<p><i class="fas fa-briefcase me-2"></i>Company: Biashara Bora</p>
|
|
199
|
+
</div>
|
|
200
|
+
</section>
|
|
201
|
+
<!-- Locations Section -->
|
|
202
|
+
<section class="about-card">
|
|
203
|
+
<h2 class="text-center mb-4">
|
|
204
|
+
<i class="fas fa-map-marker-alt me-2"></i>Our Global Presence
|
|
205
|
+
</h2>
|
|
139
206
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<
|
|
150
|
-
|
|
151
|
-
<
|
|
207
|
+
<p class="text-center lead">
|
|
208
|
+
MwalaJS is a global initiative that originated in Tanzania and continues to expand across Africa and beyond.
|
|
209
|
+
</p>
|
|
210
|
+
|
|
211
|
+
<ul class="locations-list list-unstyled">
|
|
212
|
+
<li>
|
|
213
|
+
<i class="fas fa-city text-primary me-3"></i>
|
|
214
|
+
<strong>Dodoma, Tanzania</strong> – Origin & Main Hub
|
|
215
|
+
</li>
|
|
216
|
+
<li>
|
|
217
|
+
<i class="fas fa-city text-primary me-3"></i>
|
|
218
|
+
<strong>Arusha, Tanzania</strong> – Co-Founding Hub
|
|
219
|
+
</li>
|
|
220
|
+
<li>
|
|
221
|
+
<i class="fas fa-city text-primary me-3"></i>
|
|
222
|
+
<strong>Dar es Salaam, Tanzania</strong> – National Branch
|
|
223
|
+
</li>
|
|
224
|
+
<li>
|
|
225
|
+
<i class="fas fa-city text-primary me-3"></i>
|
|
226
|
+
<strong>Mbeya, Tanzania</strong> – Regional Branch
|
|
227
|
+
</li>
|
|
228
|
+
<li>
|
|
229
|
+
<i class="fas fa-city text-primary me-3"></i>
|
|
230
|
+
<strong>Morogoro, Tanzania</strong> – Regional Branch
|
|
231
|
+
</li>
|
|
232
|
+
<li>
|
|
233
|
+
<i class="fas fa-globe-africa text-primary me-3"></i>
|
|
234
|
+
<strong>South Africa</strong> – International Expansion
|
|
235
|
+
</li>
|
|
236
|
+
</ul>
|
|
152
237
|
</section>
|
|
238
|
+
|
|
239
|
+
<!-- Downloads Section (Legacy Versions) -->
|
|
240
|
+
<section class="download-section about-card">
|
|
241
|
+
<h2 class="text-center mb-4"><i class="fas fa-cloud-download-alt me-2"></i>MwalaJS Legacy Downloads</h2>
|
|
242
|
+
<p class="text-center mb-5">For older versions (before full NPM availability), download here:</p>
|
|
243
|
+
<div class="row g-4 text-center">
|
|
244
|
+
<div class="col-md-4">
|
|
245
|
+
<a href="https://mwalajs.biasharabora.com/files/mwalaJS_installer.exe" class="btn btn-success btn-lg w-100">
|
|
246
|
+
<i class="fas fa-file-archive me-2"></i>.exe Installer
|
|
247
|
+
</a>
|
|
248
|
+
</div>
|
|
249
|
+
<div class="col-md-4">
|
|
250
|
+
<a href="https://mwalajs.biasharabora.com/files/mwalajsm.zip" class="btn btn-primary btn-lg w-100">
|
|
251
|
+
<i class="fas fa-file-zipper me-2"></i>.zip (v1.0.0)
|
|
252
|
+
</a>
|
|
253
|
+
</div>
|
|
254
|
+
<div class="col-md-4">
|
|
255
|
+
<a href="https://mwalajs.biasharabora.com/files/mwalajsm.rar" class="btn btn-info btn-lg w-100">
|
|
256
|
+
<i class="fas fa-file-archive me-2"></i>.rar (v1.0.0)
|
|
257
|
+
</a>
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
<p class="text-center mt-4 text-muted">Latest versions: <code>npm install -g mwalajs</code></p>
|
|
261
|
+
</section>
|
|
262
|
+
|
|
263
|
+
<!-- Call to Action -->
|
|
264
|
+
<section class="about-card text-center">
|
|
265
|
+
<h2>Get in Touch</h2>
|
|
266
|
+
<p class="lead">Have questions? Need support? Want to collaborate?</p>
|
|
267
|
+
<p>We’re here to help you build amazing applications with MwalaJS.</p>
|
|
268
|
+
<a href="mailto:biasharaboraofficials@gmail.com" class="btn btn-primary btn-lg me-3">
|
|
269
|
+
<i class="fas fa-envelope me-2"></i>Email Us
|
|
270
|
+
</a>
|
|
271
|
+
<a href="https://chat.whatsapp.com/F8x1p8R1EhZ5b7RX7PO6dR?mode=r_t" target="_blank" class="btn btn-success btn-lg">
|
|
272
|
+
<i class="fab fa-whatsapp me-2"></i>Join WhatsApp Community
|
|
273
|
+
</a>
|
|
274
|
+
</section>
|
|
275
|
+
|
|
153
276
|
</div>
|
|
277
|
+
|
|
278
|
+
<!-- Footer -->
|
|
279
|
+
<footer>
|
|
280
|
+
<div class="container">
|
|
281
|
+
<p class="mt-3">
|
|
282
|
+
<a href="https://mwalajs.biasharabora.com" class="text-white">Official Website</a> |
|
|
283
|
+
<a href="https://github.com/mwala400/mwalajs" class="text-white">GitHub</a> |
|
|
284
|
+
<a href="https://www.youtube.com/@hekimamwala" class="text-white">YouTube</a>
|
|
285
|
+
</p>
|
|
154
286
|
</div>
|
|
287
|
+
</footer>
|
|
155
288
|
|
|
156
|
-
|
|
157
|
-
|
|
289
|
+
<!-- Bootstrap JS -->
|
|
290
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
158
291
|
</body>
|
|
159
292
|
</html>
|
|
293
|
+
|
|
294
|
+
<%- include('partials/footer') %>
|