Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 472 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 472 Bytes

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