Skip to content
/ Catter Public

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

License

Notifications You must be signed in to change notification settings

ar1a/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

Contributors 4

  •  
  •  
  •  
  •  

Languages