Skip to content

Repository files navigation

Basic test

Trying out basic.tech with a very basic blog + comment schema

Screenshot

Schema

"post": {
    "type": "collection",
    "fields": {
        "title": {
            "type": "string",
            "indexed": true
        },
        "body": {
            "type": "string",
            "indexed": true
        }
    }
},
"comment": {
    "type": "collection",
    "fields": {
        "post_id": {
            "type": "string",
            "indexed": true
        },
        "body": {
            "type": "string",
            "indexed": true
        }
    }
}

Setup

npm install;
cp .env.example .env

Then set variables in .env

Run

npm run dev

About

Trying out https://basic.tech

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages