From 2be5a049d8da9abdff52e559e1689e0356639b59 Mon Sep 17 00:00:00 2001 From: ozkeisar Date: Thu, 9 Jan 2025 10:00:40 +0200 Subject: [PATCH] add video to readme --- README.md | 34 ++++++++++++++++++++++++---------- package.json | 2 +- release/app/package-lock.json | 4 ++-- release/app/package.json | 2 +- 4 files changed, 28 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ea45bdd..a893d25 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@

+ # Mockingbird Mockingbird is a tool designed to help software developers test their apps without needing the real server or backend ready. Imagine you’re building a new app, but the part of the system that handles data isn’t finished yet. Instead of waiting around, you can use Mockingbird to create a pretend version of that system. This allows you to keep working and testing your app as if everything is already set up, saving time and frustration. @@ -38,6 +39,19 @@ Mockingbird is a tool designed to help software developers test their apps witho 9. **Docker image**: mockingbird have a docker image that let's you set it up as part of your ci/cd, make it suitable for your e2e testing. +## Mockingbird videos + +

+ + + How to set up mock server - Getting Started with Mockingbird + +
+

+
+
+
+ ## Mockingbird Guides 1. [Mockingbird: New Tool for Your Mock Environments](https://dev.to/ozkeisar/mockingbird-new-tool-for-your-mock-environments-49j) @@ -47,7 +61,15 @@ Mockingbird is a tool designed to help software developers test their apps witho 5. [I built a new way of mocking GraphQL server](https://dev.to/ozkeisar/i-built-a-new-way-of-mocking-graphql-server-i94) 6. [Dockerize Your Mockingbird Setup: A Quickstart Guide](https://dev.to/ozkeisar/how-to-use-the-mockingbird-docker-image-29mf) -## creating Docker image +## Licensing + +Mockingbird is dual-licensed under the GNU Affero General Public License v3.0 (AGPLv3) for open-source use and a commercial license for proprietary use. For more details, see [LICENSE](./LICENSE) and [COMMERCIAL_LICENSE](./COMMERCIAL_LICENSE). + +## Contributing + +We welcome contributions to Mockingbird! Please read and agree to our Contributor License Agreement (CLA) before contributing. For more details, see [CONTRIBUTING](./CONTRIBUTING.md). + +### creating Docker image Docker folder contains scripts to run the project as a standalone server. @@ -57,17 +79,9 @@ Then use `docker build . -t {username}/mockingbird:{version}` to create the imag `docker buildx build \ --platform linux/amd64,linux/arm64 \ - -t ozkeisar/mockingbird:latest \ + -t {username}/mockingbird:{version} \ --push .` -## Licensing - -Mockingbird is dual-licensed under the GNU Affero General Public License v3.0 (AGPLv3) for open-source use and a commercial license for proprietary use. For more details, see [LICENSE](./LICENSE) and [COMMERCIAL_LICENSE](./COMMERCIAL_LICENSE). - -## Contributing - -We welcome contributions to Mockingbird! Please read and agree to our Contributor License Agreement (CLA) before contributing. For more details, see [CONTRIBUTING](./CONTRIBUTING.md). - ## Troubleshooting ### Error - Developer Cannot be Verified (Mac Users) diff --git a/package.json b/package.json index 17b3771..8b9195b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.1", + "version": "1.5.2", "description": "", "keywords": [ "electron", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index ab3645b..280b626 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Mockingbird", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Mockingbird", - "version": "1.5.1", + "version": "1.5.2", "hasInstallScript": true, "license": "MIT" } diff --git a/release/app/package.json b/release/app/package.json index 04d7f44..4db9e47 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "Mockingbird", - "version": "1.5.1", + "version": "1.5.2", "description": "", "license": "MIT", "author": {