bookshelf
                                
                                
                                
                                    bookshelf copied to clipboard
                            
                            
                            
                        My GraphQL playground
Bookshelf
Example react and GraphQL project made during https://kursreacta.pl/gql course.
https://graphql-bookshelf.herokuapp.com/
Prerequisites
- Install Node.js version 15.0.1.
 - Running PostgreSQL on port 
5432. - Create 
bookshelf_developmentdatabase with current user access. 
Installation and running
yarn installyarn buildyarn dev- will run express dev server along with webpack.yarn workspace @bookshelf/web storybook
Navigate to http://localhost:8080/ to see the app.
Navigate to http://localhost:4000/ to see GraphQL Playground.
Database
