EliHood / stack

A fullstack example using Node, React, Graphql and Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React/GraphQL full stack

Simple to use stack to allow development with Node, React and GraphQL

Prerequisites

  • psql
  • CREATE DATABASE yourdbname;

Instructions

  • yarn install
  • cd server && npx run.env knex migrate:latest
  • knex seed:run

About

A fullstack example using Node, React, Graphql and Postgres


Languages

Language:TypeScript 47.5%Language:JavaScript 38.9%Language:HTML 13.6%