a social network.
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