Skip to content
forked from ar1a/Catter

A twitter clone with a GraphQL Backend and React frontend, all in Typescript

License

Notifications You must be signed in to change notification settings

Brettm12345/Catter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A twitter clone with a GraphQL Backend and React frontend, all in Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.8%
  • TypeScript 10.5%
  • Other 0.7%