Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 590 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 590 Bytes

Catter, a shitty twitter clone

Renovate enabled

Getting started

Setting up server:

cd server
yarn
docker-compose up -d
prisma deploy
yarn dev

Setting up client:

cd client
yarn
yarn start

Cool things

  • Graphql backend, with Apollo on the front end
  • Functional style programming, making use of fun stuff like Monads and currying
  • server/permisisons.ts, a cool package i don't see much about. no more checking auth inside resolvers
  • a clean commit history