reframejs / reframe-sql

:rocket: Starter to create a SQL-centric full-stack app: Interactive Frontend (React) + SSR (Goldpage) + Server (Node.js, Hapi) + Database (SQLite) + ORM (Objection.js) + API (Wildcard).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 Reframe Objection

This starter scaffolds an app with:

Use this starter if:

  • You need interactive views
  • You need a Database
  • You like SQL

Objection.js is an ORM that stays out of your way — it makes it as easy as possible to use the full power of SQL.

Wildcard allows you to create an API simply by creating JavaScript functions. This means that you can write SQL queries to expose data to your frontend. You can use Wildcard as a secure SQL as API.

If SQL is your thing, you'll be pleased.

Getting Started

  1. Get the code.

    git clone git@github.com:reframejs/reframe-sql
  2. Install the dependencies.

    cd reframe-sql/ && yarn install
  3. Start the dev server.

    yarn dev

That's it: you can now go to http://localhost:3000 and start hacking.

About

:rocket: Starter to create a SQL-centric full-stack app: Interactive Frontend (React) + SSR (Goldpage) + Server (Node.js, Hapi) + Database (SQLite) + ORM (Objection.js) + API (Wildcard).


Languages

Language:JavaScript 95.7%Language:HTML 4.3%