Skip to content

joon610/mockup-server

Repository files navigation

Mock Server

mock-manual

How to use

한국어 : https://joon610.github.io/sideproject/MockUp-Server
日本語 : https://qiita.com/joon610/items/f5aae93815b536a3f56b graph

  1. created directory.
  2. make Json files, index.json(successe case),error.json(error case).
  3. Mockup Server start!

CRUD (Create, Read, Update ,Delete)

// index.json
[
  {
        "id": "1",   // id is key
        "name": "Sara",
        "age": "13"
    },
    {
        "id": "2",
        "name": "teddy",
        "age": "14"
    }   
]

PostMan Test

Create (POST)

post

Read (GET)

get_all

get_1

Update

put

Delete

delete

DownLoad

TodoList

  • mockup-server icon
  • Dynamic key name
  • �occur duplicate Key Data in POST[bug0001]
  • Json files doesnot initialized after reconnecting to server [bug0002]
  • [Select Root Button] [Start Server Button] changes position in some Window PC[bug0003]
  • Open one more Window [bug0004]

License

MIT License

Project setupø

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production(electront)

build:electron

About

this is mock server (Vue + TypeScript + Electron)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •