Welcome to the Mockit Server! This is an open-source mock server designed to help developers simulate API endpoints for testing and development purposes.
- Introduction
- Features
- Getting Started
- Prerequisites
- Installation
- Running the Server
- API Documentation
- Contributing
- License
- Contact
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.
- 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.
Before you begin, ensure you have the following installed on your machine:
- Node.js (v14 or higher)
- npm
-
Clone the repository:
git clone https://github.com/jonkirathe/mockit.git cd mockit
-
Install the dependencies:
npm install
Start the server using nodemon
:
nodemon app.js