Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 299 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 299 Bytes

Katze Server

Our Stack

  • Typescript
  • ApolloServer
  • Express
  • Postgresql (Prisma)
  • Graphql (Type-Graphql + Prisma type generators)

Using

# Migrations
yarn prisma migrate dev

# Push db
yarn prisma db push --preview-feature

# Formatting
yarn format

# Running
yarn start