An application with recipes to cook.
First, install postgraphql see here : installation of postgraphql.
next, execute the command, to create database postgresql :
npm run schema
Run postgraphql for the middleware :
postgraphql -s chefbook -c postgres://ubuntu:test@localhost:5432 -n 0.0.0.0 -p 8080 -e A_PASSWORD_FOR_PROD -t chefbook.jwt_token -r chefbook_anonymous