Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

My GraphQL playground

License

NotificationsYou must be signed in to change notification settings

lucassus/bookshelf

Repository files navigation

Example react and GraphQL project made duringhttps://kursreacta.pl/gql course.

https://graphql-bookshelf.herokuapp.com/

CIcodecov

Prerequisites

  1. Install Node.js version 18.15.0.
  2. Running PostgreSQL on port5432.
  3. Createbookshelf_development database with current user access.
psql --host localhost --port 5432 --user postgresCREATE DATABASE bookshelf_development;

Installation and running

  1. yarn install
  2. yarn build
  3. yarn dev - will run express dev server along with webpack.
  4. yarn workspace @bookshelf/web storybook

Navigate tohttp://localhost:8080/ to see the app.

Navigate tohttp://localhost:4000/ to see GraphQL Playground.

Database

Database Diagram


[8]ページ先頭

©2009-2025 Movatter.jp