Skip to content

breqdev/flowspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowspace

a social network.

badges

Website Server Tests Client Tests Lines of code made with love

stack

client:

  • react - UI components
  • create-react-app - framework
  • useSWR - data fetching
  • tailwind css - styles
  • font awesome - icons
  • react-router - routing
  • formik - forms
  • yup - validation

server:

  • node - runtime
  • koa - middleware handling (and koa-router, koa-bodyparser, koa-multer)
  • prisma - object-relational mapping

hosting:

  • vercel - client
  • dokku (on ms azure) - server

data:

  • postgres - relational database
  • google cloud s3 - object storage
  • redis - rate limiting