Skip to content

The Mock Server provides a simple and flexible way to create and manage mock API endpoints. It supports authentication, token refresh, and user management, making it ideal for testing and development. This project aims to help developers by providing a ready-to-use mock server that can be easily integrated into their workflow.

Notifications You must be signed in to change notification settings

jonkirathe/mockit

Repository files navigation

Mockit Server

Welcome to the Mockit Server! This is an open-source mock server designed to help developers simulate API endpoints for testing and development purposes.

Netlify Status

Table of Contents

  • Introduction
  • Features
  • Getting Started
    • Prerequisites
    • Installation
    • Running the Server
  • API Documentation
  • Contributing
  • License
  • Contact

Introduction

The Mockit Server provides a simple and flexible way to create and manage mock API endpoints. It supports authentication, token refresh, and user management, making it ideal for testing and development. This project aims to help developers by providing a ready-to-use mock server that can be easily integrated into their workflow.

Features

  • Easy to set up and use: Get started quickly with minimal configuration.
  • Supports JWT authentication: Secure your endpoints with JSON Web Tokens.
  • Real-time request logging: View incoming requests in real-time.
  • Interactive API documentation: Use Swagger UI for detailed API documentation and testing.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js (v14 or higher)
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/jonkirathe/mockit.git
    cd mockit
  2. Install the dependencies:

    npm install

Running the Server

Start the server using nodemon:

nodemon app.js

About

The Mock Server provides a simple and flexible way to create and manage mock API endpoints. It supports authentication, token refresh, and user management, making it ideal for testing and development. This project aims to help developers by providing a ready-to-use mock server that can be easily integrated into their workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published