From 03c93b87f7efeec1753f15befc26bb1ec5d30bd0 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 29 Jan 2024 16:57:06 +0000 Subject: [PATCH] Added momentum & mongodb badges --- README.md | 234 +++++++++++++++++++++++++++--------------------------- 1 file changed, 118 insertions(+), 116 deletions(-) diff --git a/README.md b/README.md index 415b8bb..0f360cd 100644 --- a/README.md +++ b/README.md @@ -1,116 +1,118 @@ - -
-
- - - Logo - - - ### Template - - - Simple repository template - - - [![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/template/tags&query=$[0].name)](https://git.zakscode.com/ztimson/template/tags) - [![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/template&query=open_pr_counter)](https://git.zakscode.com/ztimson/template/pulls) - [![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/template&query=open_issues_count)](https://git.zakscode.com/ztimson/template/issues) - - - - --- -
- Documentation - • Release Notes - • Report a Bug - • Request a Feature -
- - --- -
- -## Table of Contents -- [Template](#top) - - [About](#about) - - [Demo](#demo) - - [Built With](#built-with) - - [Setup](#setup) - - [Production](#production) - - [Development](#development) - - [License](#license) - -## About - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. - -### Demo - -Website: https://git.zakscode.com - -### Built With -[![.NET](https://img.shields.io/badge/.NET-512BD4?style=for-the-badge&logo=dotnet)](https://dotnet.microsoft.com/) -[![Angular](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular)](https://angular.io/) -[![Arduino](https://img.shields.io/badge/Arduino-00878F?style=for-the-badge&logo=arduino&logoColor=white)](https://www.arduino.cc/) -[![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com) -[![C](https://img.shields.io/badge/C-A8B9CC?style=for-the-badge&logo=c&logoColor=ffffff)](https://en.cppreference.com/w/c/language) -[![C++](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=cplusplus)](https://cplusplus.com/) -[![C#](https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=csharp)](https://dotnet.microsoft.com/) -[![Django](https://img.shields.io/badge/django-0C4B33?style=for-the-badge&logo=django)](https://www.djangoproject.com/) -[![Docker](https://img.shields.io/badge/Docker-384d54?style=for-the-badge&logo=docker)](https://docker.com/) -[![Electron](https://img.shields.io/badge/Electron-47848F?style=for-the-badge&logo=electron&logoColor=white)](https://www.electronjs.org/) -[![Firebase](https://img.shields.io/badge/Firebase-FFFFFF?style=for-the-badge&logo=firebase)](https://firebase.google.com/) -[![HTML](https://img.shields.io/badge/HTML-FFFFFF?style=for-the-badge&logo=html5)](https://developer.mozilla.org/en-US/docs/Glossary/HTML) -[![Java](https://img.shields.io/badge/Java-5382A1?style=for-the-badge&logo=coffeescript&logoColor=F8981D)](https://java.com/) -[![JavaScript](https://img.shields.io/badge/JavaScript-000000?style=for-the-badge&logo=javascript)](https://javascript.com/) -[![JQuery](https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery)](https://jquery.com ) -[![Laravel](https://img.shields.io/badge/Laravel-6C6C6C?style=for-the-badge&logo=laravel)](https://laravel.com) -[![Next](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs)](https://nextjs.org/) -[![Nest](https://img.shields.io/badge/nestjs-E0234E?style=for-the-badge&logo=nestjs)](https://nestjs.com/) -[![Node](https://img.shields.io/badge/Node.js-000000?style=for-the-badge&logo=nodedotjs)](https://nodejs.org/) -[![p5.js](https://img.shields.io/badge/p5.js-ed225d?style=for-the-badge&logo=p5dotjs&logoColor=white)](https://p5js.org/) -[![PHP](https://img.shields.io/badge/PHP-474A8A?style=for-the-badge&logo=php&logoColor=white)](https://www.php.net/) -[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python)](https://www.python.org/) -[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react)](https://reactjs.org/) -[![Shell](https://img.shields.io/badge/Shell-000000?style=for-the-badge&logo=windowsterminal&logoColor=00ff00)](https://en.wikipedia.org/wiki/Shell_script) -[![Svelte](https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte)](https://svelte.dev/) -[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://typescriptlang.org/) -[![Vue](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs)](https://vuejs.org/) - -## Setup - -
- -

- Production -

-
- -#### Prerequisites -- [Docker](https://docs.docker.com/install/) - -#### Instructions -1. Run the docker image: `docker run -p 80:80 git.zakscode.com/ztimson/template:latest` -2. Open [http://localhost](http://localhost) -
- -
- -

- Development -

-
- -#### Prerequisites -- [Node.js](https://nodejs.org/en/download) - -#### Instructions -1. Install the dependencies: `npm install` -2. Start the Angular server: `npm run start` -3. Open [http://localhost:4200](http://localhost:4200) - -
- -## License -Copyright © 2023 Zakary Timson | All Rights Reserved | Available under MIT Licensing - -See the [license](./LICENSE) for more information. + +
+
+ + + Logo + + + ### Template + + + Simple repository template + + + [![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/template/tags&query=$[0].name)](https://git.zakscode.com/ztimson/template/tags) + [![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/template&query=open_pr_counter)](https://git.zakscode.com/ztimson/template/pulls) + [![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/template&query=open_issues_count)](https://git.zakscode.com/ztimson/template/issues) + + + + --- +
+ Documentation + • Release Notes + • Report a Bug + • Request a Feature +
+ + --- +
+ +## Table of Contents +- [Template](#top) + - [About](#about) + - [Demo](#demo) + - [Built With](#built-with) + - [Setup](#setup) + - [Production](#production) + - [Development](#development) + - [License](#license) + +## About + +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +### Demo + +Website: https://git.zakscode.com + +### Built With +[![.NET](https://img.shields.io/badge/.NET-512BD4?style=for-the-badge&logo=dotnet)](https://dotnet.microsoft.com/) +[![Angular](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular)](https://angular.io/) +[![Arduino](https://img.shields.io/badge/Arduino-00878F?style=for-the-badge&logo=arduino&logoColor=white)](https://www.arduino.cc/) +[![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com) +[![C](https://img.shields.io/badge/C-A8B9CC?style=for-the-badge&logo=c&logoColor=ffffff)](https://en.cppreference.com/w/c/language) +[![C++](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=cplusplus)](https://cplusplus.com/) +[![C#](https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=csharp)](https://dotnet.microsoft.com/) +[![Django](https://img.shields.io/badge/django-0C4B33?style=for-the-badge&logo=django)](https://www.djangoproject.com/) +[![Docker](https://img.shields.io/badge/Docker-384d54?style=for-the-badge&logo=docker)](https://docker.com/) +[![Electron](https://img.shields.io/badge/Electron-47848F?style=for-the-badge&logo=electron&logoColor=white)](https://www.electronjs.org/) +[![Firebase](https://img.shields.io/badge/Firebase-FFFFFF?style=for-the-badge&logo=firebase)](https://firebase.google.com/) +[![HTML](https://img.shields.io/badge/HTML-FFFFFF?style=for-the-badge&logo=html5)](https://developer.mozilla.org/en-US/docs/Glossary/HTML) +[![Java](https://img.shields.io/badge/Java-5382A1?style=for-the-badge&logo=coffeescript&logoColor=F8981D)](https://java.com/) +[![JavaScript](https://img.shields.io/badge/JavaScript-000000?style=for-the-badge&logo=javascript)](https://javascript.com/) +[![JQuery](https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery)](https://jquery.com ) +[![Laravel](https://img.shields.io/badge/Laravel-6C6C6C?style=for-the-badge&logo=laravel)](https://laravel.com) +[![Momentum](https://img.shields.io/badge/Momentum-000000?style=for-the-badge&logo=data:image/svg%2bxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMHB0IiBoZWlnaHQ9IjEwMHB0IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDEwMC4wMDAwMDApIHNjYWxlKDAuMDUsLTAuMDUpIiBmaWxsPSIjRkZGRkZGIiBzdHJva2U9Im5vbmUiPgogICAgICAgIDxwYXRoIGQ9Ik04MTQgMTk3OSBjLTY4OSAtMTA2IC0xMDM4IC05NjIgLTYzMiAtMTU1MiBsNjMgLTkxIC0xMTcgLTExOCAtMTE3CiAgICAgICAgLTExOCA0NSAtNDQgNDQgLTQ1IDExNyAxMTYgMTE4IDExNyAxMDcgLTcyIGM5MDkgLTYwMiAxOTk0IDUwMyAxMzc2IDE0MDEKICAgICAgICBsLTYzIDkxIDExNyAxMTggMTE3IDExOCAtNDUgNDQgLTQ0IDQ1IC0xMTcgLTExNiAtMTE4IC0xMTcgLTEwOCA3MiBjLTIwNCAxMzYKICAgICAgICAtNDgwIDE5MiAtNzQzIDE1MXogbTM4NCAtMTIwIGM5OCAtMjMgMjY2IC0xMDEgMzQyIC0xNTkgbDUwIC0zOCAtNDMgLTQzIGMtMzkKICAgICAgICAtNDAgLTQ5IC00MSAtMTE3IC0xOSAtOTQgMzEgLTIxOCAxNSAtMzM4IC00MyBsLTkyIC00NSAtOTUgNDYgYy0zNzcgMTg0IC02NDcKICAgICAgICAtODYgLTQ2MyAtNDYzIGw0NiAtOTUgLTQ1IC05MiBjLTU4IC0xMjAgLTc0IC0yNDQgLTQzIC0zMzggMjIgLTY4IDIxIC03OCAtMTkKICAgICAgICAtMTE3IGwtNDMgLTQzIC0zOCA1MCBjLTQ5NSA2NDggMTA1IDE1ODIgODk4IDEzOTl6IG01MzcgLTM3NCBjNTE1IC04NDQgLTQ5MwogICAgICAgIC0xNzgyIC0xMjc1IC0xMTg1IGwtNTAgMzggNDMgNDMgYzM5IDQwIDQ5IDQxIDExNyAxOSA5NCAtMzEgMjE4IC0xNSAzMzggNDMKICAgICAgICBsOTIgNDUgOTUgLTQ2IGMzNzcgLTE4NCA2NDcgODYgNDYzIDQ2MyBsLTQ2IDk1IDQ1IDkyIGM1OCAxMTkgNzQgMjQ0IDQzIDMzNwogICAgICAgIC0yMSA2NCAtMTkgNzkgMTEgMTEyIDUwIDU1IDU4IDUxIDEyNCAtNTZ6IG0tOTQ0IC03IGMxMDkgLTI4IDEwOSAtMzIgMCAtMTE0CiAgICAgICAgLTQ5IC0zNyAtMTE4IC0xMDYgLTE1NSAtMTU1IC04MiAtMTA5IC04NiAtMTA5IC0xMTQgMCAtNjAgMjM5IDMwIDMyOSAyNjkgMjY5egogICAgICAgIG02MDkgOCBjMCAtMTYgLTE0MCAtMTQ2IC0xNTggLTE0NSAtMTggMSAtMTI4IDEwMCAtMTE5IDEwNyA0MyAzNyAyNzcgNjkgMjc3CiAgICAgICAgMzh6IG0xMDAgLTE1MyBjMCAtNTcgLTMyIC0xODYgLTUyIC0yMTAgLTcgLTkgLTEwNiAxMDEgLTEwNyAxMTkgLTEgMTggMTI3CiAgICAgICAgMTU4IDE0NCAxNTggOCAwIDE1IC0zMCAxNSAtNjd6IG0tNDEwIC0yMiBjOTkgLTg0IDY1IC0xNDMgLTg1IC0xNDIgLTExNiAwCiAgICAgICAgLTE3NCAtNTggLTE3NCAtMTc0IDEgLTE1MCAtNTggLTE4NCAtMTQyIC04NSAtODkgMTA0IC05NiA4NyAxMDkgMjkyIDIwNSAyMDUKICAgICAgICAxODggMTk4IDI5MiAxMDl6IG0yMzAgLTIzMSBsNjMgLTgwIC02MyAtNzkgYy02MyAtODEgLTI5NyAtMzAxIC0zMTggLTMwMSAtNwogICAgICAgIDAgLTQ3IDMwIC05MCA2NyAtOTkgODMgLTY0IDE0NCA4MyAxNDQgMTE2IDAgMTc0IDU5IDE3NCAxNzQgMCA3NyAzNyAxNTUgNzQKICAgICAgICAxNTUgNyAwIDQyIC0zNiA3NyAtODB6IG0tMjcwIC04MCBjMCAtNTkgLTgyIC04NCAtMTAyIC0zMSAtMjAgNTEgOCA5NCA1NyA4NwogICAgICAgIDMzIC00IDQ1IC0xOSA0NSAtNTZ6IG0tNDQwIC0xNzUgYzYyIC03MCA2MiAtNjcgLTE2IC0xNTIgLTk5IC0xMDggLTEyNyAtNTYKICAgICAgICAtNzEgMTMwIDI4IDkyIDI2IDkxIDg3IDIyeiBtODY4IC0zNCBjNjAgLTIzOSAtMzAgLTMyOSAtMjY5IC0yNjkgLTEwOSAyOAogICAgICAgIC0xMDkgMzIgMCAxMTQgNDkgMzcgMTE4IDEwNiAxNTUgMTU1IDgyIDEwOSA4NiAxMDkgMTE0IDB6IG0tNjUxIC0xODMgYzMyIC0yNwogICAgICAgIDU0IC01MyA1MCAtNTYgLTQ2IC0zOCAtMjc3IC03MCAtMjc3IC0zOCAwIDIwIDEyNiAxNDAgMTUwIDE0MyAxMSAxIDQ2IC0yMSA3NwogICAgICAgIC00OXoiLz4KICAgIDwvZz4KPC9zdmc+Cg==)](https://git.zakscode.com/ztimson/momentum) +[![MongoDB](https://img.shields.io/badge/mongodb-000000?style=for-the-badge&logo=mongodb)](https://www.mongodb.com/) +[![Nest](https://img.shields.io/badge/nestjs-E0234E?style=for-the-badge&logo=nestjs)](https://nestjs.com/) +[![Next](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs)](https://nextjs.org/) +[![Node](https://img.shields.io/badge/Node.js-000000?style=for-the-badge&logo=nodedotjs)](https://nodejs.org/) +[![p5.js](https://img.shields.io/badge/p5.js-ed225d?style=for-the-badge&logo=p5dotjs&logoColor=white)](https://p5js.org/) +[![PHP](https://img.shields.io/badge/PHP-474A8A?style=for-the-badge&logo=php&logoColor=white)](https://www.php.net/) +[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python)](https://www.python.org/) +[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react)](https://reactjs.org/) +[![Shell](https://img.shields.io/badge/Shell-000000?style=for-the-badge&logo=windowsterminal&logoColor=00ff00)](https://en.wikipedia.org/wiki/Shell_script) +[![Svelte](https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte)](https://svelte.dev/) +[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://typescriptlang.org/) +[![Vue](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs)](https://vuejs.org/) + +## Setup + +
+ +

+ Production +

+
+ +#### Prerequisites +- [Docker](https://docs.docker.com/install/) + +#### Instructions +1. Run the docker image: `docker run -p 80:80 git.zakscode.com/ztimson/template:latest` +2. Open [http://localhost](http://localhost) +
+ +
+ +

+ Development +

+
+ +#### Prerequisites +- [Node.js](https://nodejs.org/en/download) + +#### Instructions +1. Install the dependencies: `npm install` +2. Start the Angular server: `npm run start` +3. Open [http://localhost:4200](http://localhost:4200) + +
+ +## License +Copyright © 2023 Zakary Timson | All Rights Reserved | Available under MIT Licensing + +See the [license](./LICENSE) for more information.