Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 469 Bytes

Node-React-Sequelize-GraphQL

React, Node, Sequelize, GraphQL

Development

Setup client

$ cd ./client
$ yarn
$ yarn dev

More details about client is here

Setup server

$ cd ./server
$ yarn
$ cp .env.example .env

# After editing the `.env` file we need to setup DB
$ yarn db:create
$ yarn dev

More details about server is here

GraphQL playground

http://localhost:4000/graphql