Skip to content

Instantly share code, notes, and snippets.

@andijakl
Last active January 28, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andijakl/87ed0138e020f9358a84f38874a27b52 to your computer and use it in GitHub Desktop.
Save andijakl/87ed0138e020f9358a84f38874a27b52 to your computer and use it in GitHub Desktop.
Sample database file for JSON-server
{
"parts": [
{
"id": 100411,
"itemName": "LED Green 568 nm, 5mm"
},
{
"id": 101119,
"itemName": "Aluminium Capacitor 4.7μF"
},
{
"id": 101624,
"itemName": "Potentiometer 500kΩ"
} ,
{
"id": 103532,
"itemName": "LED Red 630 nm, 7mm"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment