Skip to content

jbrousseau/chefbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chefbook

An application with recipes to cook.

Installation

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

About

An application to create recipes to cook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published