All Projects → TianlunXiong → DataStore

TianlunXiong / DataStore

Licence: MIT license
Visual develop tool of creating mocked Json

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to DataStore

electron-admin-antd-vue
Electron Vue3.x Ant Design Admin template
Stars: ✭ 21 (-30%)
Mutual labels:  mock, electron-app
main
Mocks Server monorepo
Stars: ✭ 109 (+263.33%)
Mutual labels:  mock, development-tools
electron-admin-element-vue
Electron Vue3.x Element-UI Admin
Stars: ✭ 37 (+23.33%)
Mutual labels:  mock, electron-app
dify
A fast pixel-by-pixel image comparison tool in Rust
Stars: ✭ 41 (+36.67%)
Mutual labels:  visual
todoist-linux
Todoist for Linux
Stars: ✭ 32 (+6.67%)
Mutual labels:  electron-app
json-fake-server
Simple way to create http server (node js) https://www.npmjs.com/package/test-fake-server
Stars: ✭ 15 (-50%)
Mutual labels:  mock
ruby-dns-mock
DNS mock server written on 💎 Ruby. Mimic any DNS records for your test environment with fake DNS server.
Stars: ✭ 50 (+66.67%)
Mutual labels:  mock
dcload-ip
A Dreamcast ethernet loader originally by ADK/Napalm — This project is part of KallistiOS.
Stars: ✭ 25 (-16.67%)
Mutual labels:  development-tools
web3-mock
🤡 JavaScript library to mock web3 responses either by emulating web3 wallets or web3 RPC requests.
Stars: ✭ 54 (+80%)
Mutual labels:  mock
SQLServerTools
This repo is the home of various SQL-Server-Tools
Stars: ✭ 28 (-6.67%)
Mutual labels:  visual
vuetify-with-storybook
Setting up Storybook with Vuetify the right way
Stars: ✭ 116 (+286.67%)
Mutual labels:  vuetify
observer-spy
This library makes RxJS Observables testing easy!
Stars: ✭ 310 (+933.33%)
Mutual labels:  mock
graphql-cli-load
A graphql-cli data import plugin to call mutations with data from JSON/CSV files
Stars: ✭ 63 (+110%)
Mutual labels:  json-data
VB.NET
🌐 In this repository included useful examples of Visual Basic completed on Studio 2017 Enterprise Edition, added diploma work of time since 2013. 👔
Stars: ✭ 35 (+16.67%)
Mutual labels:  visual
TGVmax
🚂 Get a notification when your TGVmax seat is available
Stars: ✭ 31 (+3.33%)
Mutual labels:  vuetify
lostX
(RSS 2018) LoST - Visual Place Recognition using Visual Semantics for Opposite Viewpoints across Day and Night
Stars: ✭ 60 (+100%)
Mutual labels:  visual
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-50%)
Mutual labels:  vuetify
jswallet
An experimental Bitcoin Wallet in Electron + React.js
Stars: ✭ 91 (+203.33%)
Mutual labels:  electron-app
Visual-Attention-Model
Chainer implementation of Deepmind's Visual Attention Model paper
Stars: ✭ 27 (-10%)
Mutual labels:  visual
springmock
alternative spring mocking infrastructure
Stars: ✭ 22 (-26.67%)
Mutual labels:  mock


DataStore

GitHub release

A Visual development-tool of creating mocked Json

Build and Dev Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint

User Guide

  • Start development server In the Server Port field, you can type a Port not occupied, then choose a language. Finally open the Server by clicking the circle on the bottom left. If the Server was initiated successfully, the circle on the top right will be change.
  • Change your image An Image URL field will be displayed by double clicking the image, then type a image's URL and double click the image again to show the new image.


  • Create key-value pairs In the factory of creator, the name of key-value pairs can be edited in the Name field. If you want to add a key-value pair, type a key in the Key field and click + button. A new key will be added to the key-value pairs, what to do next is choosing a value, including primary and advanced types. Then, click the save button on the botton left to save the key-value pair. Finally, when you complete each key-value pair, click the check button on the top right to save the whole key-value pairs.


  • Inspect key-value pairs In the dStore of creator, all the key-value pairs are shown in the data list. User can edit each key-value paris by clicking their name button and delete one by the red close button on the right.


  • Get the data

http://localhost:{{port your type in the first step, e.g 9090}}/?name={{the name of key-value pairs you want}}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].