mockiapi 0.1.8

A flexible, feature-rich mock API server with an intuitive frontend that simplifies development.
Documentation
1
2
3
4
5
6
7
version: "3.8"
services:
  mockiapi:
    image: edufsantos/mockiapi:0.1.7
    ports:
      - "3001:3001"
    restart: unless-stopped