Giter Club home page Giter Club logo

co-metub's Introduction

co-metub

license CodeQL GitHub release (latest by date) GitHub Sponsors

This is an application for multiple people to manage the stub APIs.

Getting Started

Docker

All you have to do is the following.

# Specify the port you want to provide
HOST_PORT=8080
# If you run this app on http://, you should set true
DISABLE_SECURE_COOKIES=false
# Let's enjoy!
docker run --init -e SESSION_SECRET_KEY="your random string of at least 32 bytes" \
-e DISABLE_SECURE_COOKIES=$DISABLE_SECURE_COOKIES \
-d --restart=on-failure:1 \
-p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest

Persist the stub data

Your stub data will be persisted under /data in the current directory.

See the stub data

# Specify the port you want to provide
HOST_PORT=3000
docker run --init -d -p $HOST_PORT:5555 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest \
blitz prisma studio

Usage

Create Project

Project is the place to manage your stubs.

Let's create the project with ADD button.

スクリーンショット 2021-09-18 0 42 26

スクリーンショット 2021-09-18 0 44 26

Create Stub

On Project, you could create stubs with ADD button.

スクリーンショット 2021-09-18 0 45 59

スクリーンショット 2021-10-11 22 38 27

Get Stub URL

You get the stub with the COPY button in Project or Stub.

Project

スクリーンショット 2021-09-18 0 48 55

Stub

スクリーンショット 2021-10-11 22 42 59

co-metub's People

Contributors

dependabot[bot] avatar hng63 avatar solaoi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

co-metub's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.