Skip to content

FizbuzHQ/fizbuz-api

Repository files navigation

Fizbuz API

Set-up

  • Clone this repo
  • yarn install
  • cp prisma/.env.example prisma/.env
  • Update Postgres URL to point to your local Postgres instance
  • yarn prisma migrate save --experimental
  • yarn prisma migrate up --experimental

Run locally

  • yarn nexus dev

Deploy to staging

  • git push origin master

Promote to production

  • Cut Github release

About

The GraphQL API for Fizbuz

Resources

License

Stars

Watchers

Forks

Packages

No packages published