Skip to content

🚀 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).

Notifications You must be signed in to change notification settings

reframejs/reframe-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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 [email protected]: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

🚀 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).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published