Giter Site home page Giter Site logo

spocker's Introduction

Spocker

Instantly create mock endpoints for testing your frontend applications locally. Built with Svelte and Go.


Fill out a simple form to create a new endpoint:

Spocker Form

Managing existing endpoints with a simple dashboard:

Spocker Dashboard

And that's it.

Spocker Postman Example

Setup

Run with Docker Compose

Recommended

Downloads

Instructions

  1. Run the following command in the root folder of this project:

    docker compose up -d

  2. Open Spocker by navigating to the following URL in a browser:

    http://localhost:5000

  3. Call new endpoints with the following base URL:

    http://localhost:5001

Run without Docker

Downloads

Instructions

  1. Run the following command in the root folder of this repository:
gin --appPort 5001 --port 5005 --immediate --build . --path main.go --bin spocker
  1. Run npm run dev in the web folder of this repository. Change the baseUrl in App.svelte and EndpointCard.svelte as needed.
  2. Make sure your local instance of MongoDB is running. Change the connection string in mongodb.go as needed.

Backlog

Priority

  • Empty Response
  • Update

Future

  • Expected authentication for mock endpoints
  • Logging

spocker's People

Contributors

michaeldfaber avatar

Watchers

James Cloos avatar  avatar

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.