-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
489 lines (418 loc) · 26.2 KB
/
index.html
1
2
3
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Zeroth</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/assets/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/assets/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/assets/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="stylesheet" href="/assets/css/prism.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/assets/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/assets/favicon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/assets/favicon/manifest.json">
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#4f4f4f">
<link rel="shortcut icon" href="/assets/favicon/favicon.ico">
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<a href="https://github.com/zerothstack/zeroth#readme">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a>
<nav class="top-nav" role="navigation">
<div class="container">
<a href="#" data-activates="nav-mobile"
class="button-collapse top-nav waves-effect waves-light circle hide-on-large-only">
<i class="material-icons">menu</i>
</a>
</div>
<div class="nav-wrapper container">
<ul class="left">
<li><a class="waves-effect waves-light btn btn-flat white" style="text-transform: none;" target="_blank" href="https://github.com/zerothstack/zeroth#readme">@zerothstack/core v.1.0.8</a></li>
</ul>
<ul class="right">
<li class=""><a href="/guide">Developer Guide</a></li>
<li class=""><a href="/api">API</a></li>
<li class=""><a href="/articles">Articles</a></li>
<li class=""><a href="/changelog">Changelog</a></li>
<li class=""><a href="/faq">FAQ</a></li>
</ul>
</div>
</nav>
<ul id="nav-mobile" class="side-nav fixed">
<li class="logo">
<a id="logo-container" href="/" class="brand-logo">
<img src="/assets/image/logo.svg" alt="Logo">
</a> </li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold"><a class=" collapsible-header waves-effect waves-grey">Developer Guide</a>
<div class="collapsible-body">
<ul>
<li class="">
<a href="/guide/quick-start">
<span>Quick Start</span>
</a>
</li>
<li class="">
<a href="/guide/application-lifecycle">
<span>Application Lifecycle</span>
</a>
</li>
<li class="">
<a href="/guide/cli">
<span>CLI</span>
</a>
</li>
<li class="">
<a href="/guide/configuration">
<span>Configuration</span>
</a>
</li>
<li class="">
<a href="/guide/controllers">
<span>Controllers</span>
</a>
</li>
<li class="">
<a href="/guide/database">
<span>Database</span>
</a>
</li>
<li class="">
<a href="/guide/dependency-injection">
<span>Dependency Injection</span>
</a>
</li>
<li class="">
<a href="/guide/deployment">
<span>Deployment</span>
</a>
</li>
<li class="">
<a href="/guide/documentation">
<span>Documentation</span>
</a>
</li>
<li class="pending ">
<a href="/guide/email">
<span>Email</span>
<i class="right material-icons">schedule</i>
</a>
</li>
<li class="">
<a href="/guide/exceptions">
<span>Exceptions</span>
</a>
</li>
<li class="">
<a href="/guide/logging">
<span>Logging</span>
</a>
</li>
<li class="">
<a href="/guide/middleware">
<span>Middleware</span>
</a>
</li>
<li class="pending ">
<a href="/guide/migrations">
<span>Migrations</span>
<i class="right material-icons">schedule</i>
</a>
</li>
<li class="">
<a href="/guide/model-stores">
<span>Model Stores</span>
</a>
</li>
<li class="">
<a href="/guide/models">
<span>Models</span>
</a>
</li>
<li class="pending ">
<a href="/guide/queues">
<span>Queues</span>
<i class="right material-icons">schedule</i>
</a>
</li>
<li class="">
<a href="/guide/routing">
<span>Routing</span>
</a>
</li>
<li class="">
<a href="/guide/seeding">
<span>Seeding</span>
</a>
</li>
<li class="">
<a href="/guide/services">
<span>Services</span>
</a>
</li>
<li class="">
<a href="/guide/testing">
<span>Testing</span>
</a>
</li>
<li class="">
<a href="/guide/validation">
<span>Validation</span>
</a>
</li>
</ul>
</div>
</li>
</ul>
</li>
<li class="bold ">
<a href="/api" class="waves-effect waves-grey">API</a>
</li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold"><a class=" collapsible-header waves-effect waves-grey">Articles</a>
<div class="collapsible-body">
<ul>
<li class="">
<a href="/articles/zeroth-for-the-angular-developer">
<span>Zeroth for the Angular developer</span>
</a>
</li>
<li class="">
<a href="/articles/why-bother">
<span>Why bother?</span>
</a>
</li>
</ul>
</div>
</li>
</ul>
</li>
<li class="bold ">
<a href="/changelog" class="waves-effect waves-grey">Changelog</a>
</li>
<li class="bold ">
<a href="/faq" class="waves-effect waves-grey">FAQ</a>
</li>
</ul>
</header><main>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center grey-text text-lighten-2">
<img src="/assets/image/logotype.svg" alt="Zeroth">
</h1>
<div class="row center">
<h5 class="header col s12 light">Full stack isomorphic typescript framework.</h5>
</div>
<div class="row center">
<a href="/guide/quick-start/" class="btn-large waves-effect waves-light grey lighten-1">Get Started</a>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="/assets/image/title-card.jpg" alt="Unsplashed background img 1"></div>
</div>
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">code</i></h2>
<h5 class="center">Modern design pattern</h5>
<p class="light">By using the <a href="https://angular.io/docs/ts/latest/guide/dependency-injection.html">Angular 2 dependency injector</a> across both frontend and backend, platform-independent dependencies can be injected by multiple platforms</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">widgets</i></h2>
<h5 class="center">Angular Fullstack</h5>
<p class="light">By using Angular 2 in the frontend and the Angular 2 injector in the backend, Angular developers are immediately familiar with the development environment</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">assignment</i></h2>
<h5 class="center">Documentation Framework</h5>
<p class="light">By leveraging <a href="http://typedoc.io">Typedoc</a> and <a href="http://metalsmith.io">Metalsmith</a>, generating documentation for consumers of your component is a breeze.</p>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">call_to_action</i></h2>
<h5 class="center">Advanced CLI</h5>
<p class="light">An extensible commandline interface allows for custom commands to be registered for both the build toolchain and the server runtime</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">http</i></h2>
<h5 class="center">Decoupled API</h5>
<p class="light">While components are shared between the frontend and backend, there is no coupling. A Zeroth component or application can be a standalone REST API.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center grey-text"><i class="material-icons">directions_boat</i></h2>
<h5 class="center">Deploy with Docker</h5>
<p class="light">A Zeroth application can easily be packaged as a docker image and deployed at scale.</p>
</div>
</div>
</div>
</div>
<div class="card grey darken-3">
<div class="card-content white-text">
<span class="card-title">
<i class="material-icons">build</i> Zeroth is currently in <a href="https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha">alpha (developer preview) phase</a> and being actively developed.
</span>
<p>See the <a href="#roadmap">roadmap below</a> to see the planned release schedule. Keep up to date by following <a href="https://twitter.com/zeroth">@zeroth</a> on Twitter</p>
</div>
</div>
<div class="container">
<div class="contents"><h2 id="roadmap"><a class="heading-anchor" href="#roadmap"><span></span></a>Roadmap</h2>
<h3 id="first-beta-https-en-wikipedia-org-wiki-software_release_life_cycle-beta-release-feature-complete-"><a class="heading-anchor" href="#first-beta-https-en-wikipedia-org-wiki-software_release_life_cycle-beta-release-feature-complete-"><span></span></a>First <a target="_blank" href="https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta">beta</a> release (feature complete)</h3>
<ul>
<li class="checkbox">☐ Angular Universal (server side prerendering) integration</li>
<li class="checkbox">☐ Docker deployment</li>
<li class="checkbox">☐ Email sending</li>
<li class="checkbox">☐ Queue handling</li>
<li class="checkbox">☐ Pagination service (front & backend)</li>
<li class="checkbox">☐ on initialization generate passwords and certificate for auth</li>
<li class="checkbox">☐ Integrate code generation methods from Angular CLI </li>
<li class="checkbox">☐ Docker integration into toolchain for local dev</li>
<li class="checkbox">☐ CLI handled migrations</li>
<li class="checkbox">☑ CLI handled seeding</li>
<li class="checkbox">☑ Database migrations</li>
<li class="checkbox">☑ Database seeding from <code>MockModelProvider</code>s</li>
<li class="checkbox">☑ Full validation decorator complement</li>
<li class="checkbox">☑ 100% Code coverage</li>
<li class="checkbox">☑ Migration to TypeORM</li>
<li class="checkbox">☑ Entity registry with decorators for registering components anywhere</li>
</ul>
<h3 id="developer-preview-june-20th-"><a class="heading-anchor" href="#developer-preview-june-20th-"><span></span></a>Developer Preview [June 20th]</h3>
<ul>
<li class="checkbox">☑ Model hydration and mocking</li>
<li class="checkbox">☑ <code>ResourceController</code> implementation with CRUD routes</li>
<li class="checkbox">☑ Custom middleware registration</li>
<li class="checkbox">☑ Demo model schema sync and seed</li>
<li class="checkbox">☑ Http exceptions</li>
<li class="checkbox">☑ Post-initialization cli tour</li>
<li class="checkbox">☑ Full stack demo in quickstart</li>
<li class="checkbox">☑ FAQ page in docs</li>
<li class="checkbox">☑ Documented contribution guidelines</li>
</ul>
<h3 id="sprint-0-june-10th-"><a class="heading-anchor" href="#sprint-0-june-10th-"><span></span></a>Sprint 0 [June 10th]</h3>
<ul>
<li class="checkbox">☑ Full stack proof of concept<ul>
<li class="checkbox">☑ Backend dependency injection with <code>@angular/core</code></li>
<li class="checkbox">☑ Angular 2 compiling with webpack</li>
<li class="checkbox">☑ <code>webpack</code> watcher for browser & common changes with livereload</li>
<li class="checkbox">☑ <code>nodemon</code> watcher for server & common changes</li>
<li class="checkbox">☑ Compilation to es2015 for browser on build</li>
<li class="checkbox">☑ Compilation to es2015 for api on build</li>
<li class="checkbox">☑ Output consumable by <code>typings</code></li>
<li class="checkbox">☑ Source mapping for api debugger</li>
<li class="checkbox">☑ Full stack debug breakpoints in Webstorm</li>
<li class="checkbox">☑ Live reloading browser</li>
<li class="checkbox">☑ Live restarting server</li>
<li class="checkbox">☑ Route registration with <code>@Route</code> decorator</li>
<li class="checkbox">☑ <code>docker-compose.json</code> running postgres db</li>
<li class="checkbox">☑ Connection to database from localhost with <code>Sequelize</code></li>
<li class="checkbox">☑ Testing framework for both frontend and backend</li>
<li class="checkbox">☑ Travis Ci automated testing</li>
<li class="checkbox">☑ Coverage results remapped to typescript, pushed to coveralls</li>
<li class="checkbox">☑ Abstract and concrete <code>@injectable</code> implementation of <code>Logger</code> class/interface</li>
<li class="checkbox">☑ Automated deployment to npm registry with version bump</li>
</ul>
</li>
<li class="checkbox">☑ Commandline interface<ul>
<li class="checkbox">☑ <code>vantage</code> cli task runner integrating with <code>gulp</code> and <code>metalsmith</code> tasks</li>
<li class="checkbox">☑ Configuration file in parent project</li>
<li class="checkbox">☑ Extendable commands</li>
<li class="checkbox">☑ Shell connection to server runtime context</li>
<li class="checkbox">☑ Runtime task registration</li>
<li class="checkbox">☑ Initialization of new projects (quickstart)</li>
</ul>
</li>
<li class="checkbox">☑ Documentation framework<ul>
<li class="checkbox">☑ File watcher/livereload server</li>
<li class="checkbox">☑ Typedoc integration</li>
<li class="checkbox">☑ Extendable styles, templates, assets</li>
<li class="checkbox">☑ Default collections for automatic navigation generation</li>
</ul>
</li>
</ul>
</div>
</div>
</main>
<footer class="page-footer grey">
<div class="row">
<div class="col l8 s12">
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" rel="author" href="http://twitter.com/zak">Zak Henry</a>
</div>
</div>
</div>
<div class="col l4 s12">
<section class="social">
<div class="row">
<iframe src="https://ghbtns.com/github-btn.html?user=zerothstack&repo=zeroth&type=star&count=true&size=large&v=2"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</div>
<div class="row">
<a href="https://gitter.im/zerothstack/zeroth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/zerothstack/zeroth.svg">
</a>
</div>
<div class="row">
<a href="https://twitter.com/zeroth" class="twitter-follow-button"
data-show-count="false"
data-size="large" data-dnt="true">Follow @zeroth</a>
<script>!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');</script>
</div>
</section> </div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="/assets/js/materialize.js"></script>
<script src="/assets/js/init.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88015201-1', 'auto');
ga('send', 'pageview');
</script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'zerothstack/zeroth'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</body>
</html>