Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created March 31, 2024 14:14
Show Gist options
  • Save jrichardsz/9c213634ee925df0c7682c8666e1b256 to your computer and use it in GitHub Desktop.
Save jrichardsz/9c213634ee925df0c7682c8666e1b256 to your computer and use it in GitHub Desktop.
free online databases
  • create your account in restdb.io
  • creat a database
  • enter to your databae and save the base url

image

image

  • enable the developer mode

image

  • create a collection

image

  • create fields

image

  • get your api key

image

image

  • finally just perform a post request
    • sending in the body a json with the expected fields
    • in the url the collection name
    • in the header the x-apikey

image

image

Oficial links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment