Skip to content

Instantly share code, notes, and snippets.

@polesen
Last active March 5, 2022 21:51
Show Gist options
  • Save polesen/a4912842a38a7178b0a7345acb1a2c12 to your computer and use it in GitHub Desktop.
Save polesen/a4912842a38a7178b0a7345acb1a2c12 to your computer and use it in GitHub Desktop.
Global Snack Rating System

gsrs.com - Global Snack Rating System

Meet ... Alexa Web Sites Ranking for Snacks...

API

List snacks that can be rated...

GET /api/snacks
{
  "data": [
    { "id": 1, "slug": "franske_kartofler", "name": "Franske Kartofler" },
    { "id": 2, "slug": "doritos_barbecue", "name": "Doritos Barbecue Style Flavour" },
    { "id": 3, "slug": "doritos_cheese", "name": "Doritos Barbecue Cheese" }
  ]
}

Add a rating...

POST /api/snacks/2/ratings
{
  "taste": 0.8,
  "tasteMorningAfter": 0.1
}

TODO

  • External pre-seed funding
  • Rust or OCaml?
  • Frontend(s)
  • DDOS protection
  • AI
  • Web-scale, distributed, multi-tenant storage layer
  • Business plan
  • Exit strategy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment