/spaced-repetition-app-graphile

An application that uses GraphQL + Postgres using the framework Graphile

Primary LanguageJavaScript

Spaced Repetition Backend with Postgraphile

Course

Technologies

Create the database

  • Local module: node node_modules/db-migrate/bin/db-migrate createdb
  • Global: db-migrate createdb
  • Create migration file: npx db-migrate create [file-name].sql
  • Increase migration: npx db-migrate up
  • Decrease migration: npx db-migrate down

How to access the application