Skip to content

MartineBoulanger/dummy-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Dummy Data for JSON Server

This is just one json file with some dummy data, so I can play around in either React, Next or VSF2. To change the data, just edit the file and overwrite the existing data with the new data.

How to access the mockend?

  1. List your fake users with a GET request: curl https://mockend.com/MartineBoulanger/dummy-data/users
  2. Fake a creation with a POST (don't worry changes aren't persisted): curl https://mockend.com/MartineBoulanger/dummy-data/users
    -X POST
    -H "Content-Type: application/json"
    --data '{"name": "alice"}'
  3. Access your GraphQL endpoint: https://mockend.com/MartineBoulanger/dummy-data/graphql

More information:

Go to the docs: https://docs.mockend.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published