Giter VIP home page Giter VIP logo

kat.koppelvlak.com's Introduction

Schema for Cat Database

DB Schema

Local set up

1. Create a namespace

wrangler kv:namespace create kat

2. Store data in the storage (locally)

wrangler kv:key put --binding=kat "abc1234e-89b1-42d3-b456-426614174111" '{
    "uuid": "abc1234e-89b1-42d3-b456-426614174111",
    "name": "Fluffy",
    "age": 5,
    "breed": "Maine Coon",
    "color": {
        "primary_color": "brown",
        "secondary_colors": ["black", "white"],
        "pattern": "tabby"
    },
    "gender": "female",
    "vaccination_status": {
        "rabies": "2022-08-15",
        "fvrcp": "2022-07-10"
    },
    "status": "owned"
}' --local

3. Run the worker

wrangler dev

Open the browser

http://localhost:8787?uuid=abc1234e-89b1-42d3-b456-426614174111

kat.koppelvlak.com's People

Contributors

eblaauw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.