0.1.0 • Published 4 years ago

mockgee v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Emock Logo

Fast, easy, APIs mock server built-in using node.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js v10.x or higher is recomended.

Installation is done using the npm install command:

$ npm install mockgee

Follow our installing guide for more information.

Features

  • Create mock API in seconds
  • Support for JSON, XML and TEXT
  • Signle dashboard to view all mock API
  • Support for REST and SOAP API
  • Edit features
  • Auto endpoint genration
  • Web based accessible for all developers and testers

Docs & Community

Security Issues

If you discover a security vulnerability in Emock, please see Security Policies and Procedures.

Quick Start

The quickest way to get started with emock is to to follow below steps:

$ npm install mockgee

Create the app:

$ cd mockgee

Install dependencies:

$ npm install

Start the server:

$ npm start

View the website at: http://localhost:9000

Philosophy

The mockgee philosophy is to provide small, robust mocking APIs server for testing, making it a great solution for API development and testing.

Contributing

Contributing Guide

People

The original author of Express is Tanveer Iqbal

The current lead maintainer is Tanveer Iqbal

License

MIT