Git Product home page Git Product logo

mock-data-service's Introduction

mock-service

Description: This is a POC service I made to see how quickly a basic crud api could be developed using bun. It's been organized to be as easy as possible to build with minimal amount of dev effort. The goal of this service was to be able to be modified and quickly used in corporate settings to get products out the door as quickly as possible.

Disclaimer: If you are using windows, you will need to first install wsl2: installation instructions.

Once installed, all of the following commands should be run inside your linux shell.


  1. Make sure to clone the code to your linux filesystem

  2. Install bun:

curl -fsSL https://bun.sh/install | bash
  1. To install dependencies go to the root of the project and run:
bun install
  1. To run the app:
bun dev
  1. See the swagger at here

  2. To generate mock data records from the swagger page under "seed" select the "/resources/seed/{numberOfRecords}" and click "try it out". Enter the number of mock records you want to create and click execute. This will create the selected number of records across all resource types and also create relationships between them.

  3. Query any of the endpoints listed in the swagger to interact with the mock data.

mock-data-service's People

Contributors

chlorophant avatar

Watchers

 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.