Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.3 KB

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