IntrepidPursuits / graphql-bookclub-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Bookclub JS

Local Development Set Up

If you have not already, please install:

  1. Run the following commands
$ asdf install
$ yarn install
$ yarn db:create
$ yarn db:migrate
$ yarn setup:test

To run the tests run:

$ yarn test

To run the server run:

$ yarn start

The server should now be running on locahost:3000

About


Languages

Language:JavaScript 100.0%