All Projects → mswjs → Examples

mswjs / Examples

Examples of Mock Service Worker usage with various frameworks and libraries.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Examples

Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+382.82%)
Mutual labels:  api, rest, request, response
Testing Nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
Stars: ✭ 685 (+320.25%)
Mutual labels:  graphql, rest, examples, interceptor
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+1129.45%)
Mutual labels:  api, graphql, rest
Api Example
WIP: Just sample app with API
Stars: ✭ 12 (-92.64%)
Mutual labels:  api, graphql, example
Node Express Postgresql Sequelize
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
Stars: ✭ 148 (-9.2%)
Mutual labels:  api, rest, example
Just Api
💥 Test REST, GraphQL APIs
Stars: ✭ 768 (+371.17%)
Mutual labels:  api, graphql, rest
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+4282.82%)
Mutual labels:  api, graphql, rest
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+487.12%)
Mutual labels:  api, rest, response
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (+168.71%)
Mutual labels:  api, graphql, rest
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-39.26%)
Mutual labels:  api, example, examples
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-69.94%)
Mutual labels:  api, rest, mocking
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+25535.58%)
Mutual labels:  api, graphql, rest
Restrequest4delphi
API to consume REST services written in any programming language with support to Lazarus and Delphi
Stars: ✭ 162 (-0.61%)
Mutual labels:  api, rest, request
Cortex
Cortex: a Powerful Observable Analysis and Active Response Engine
Stars: ✭ 676 (+314.72%)
Mutual labels:  api, rest, response
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+992.02%)
Mutual labels:  api, rest, example
Nextjs Graphql Sample
A simple app to demonstrate basic API functions built with REST and GraphQL
Stars: ✭ 29 (-82.21%)
Mutual labels:  api, graphql, rest
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: ✭ 365 (+123.93%)
Mutual labels:  api, graphql, rest
Wiremock.net
WireMock.Net is a flexible library for stubbing and mocking web HTTP responses using request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Stars: ✭ 408 (+150.31%)
Mutual labels:  request, response, mocking
Axios Module
Secure and easy axios integration with Nuxt.js
Stars: ✭ 998 (+512.27%)
Mutual labels:  api, request, interceptor
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-33.74%)
Mutual labels:  api, graphql, rest

Usage examples

Collection of usage examples of Mock Service Worker library.

Example structure

Usage examples have a consistent README structure, so it's easier to comprehend and cross-reference them.

Each example always has the following sections:

  1. "Getting started", a list of instructions to get this specific example running on your local machine.
  2. "Key points", highlights of the implementation necessary to achieve the example. Include exact file references and a brief explanation.

Full examples

Complete examples showcase Mock Service Worker integration on all levels: for development, unit, and E2E tests.

React

Angular

Scoped examples

Scoped examples illustrate the usage of Mock Service Worker with particular libraries or frameworks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].