https://github.com/breqdev/flowspace
a social network built with react and node.
https://github.com/breqdev/flowspace
cloudflare-pages create-react-app dokku fontawesome formik koa minio node postgres prisma react react-router redis swr tailwindcss yup
Last synced: about 1 month ago
JSON representation
a social network built with react and node.
- Host: GitHub
- URL: https://github.com/breqdev/flowspace
- Owner: breqdev
- Created: 2021-06-28T20:31:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T18:07:35.000Z (over 2 years ago)
- Last Synced: 2025-03-25T13:39:52.229Z (about 2 months ago)
- Topics: cloudflare-pages, create-react-app, dokku, fontawesome, formik, koa, minio, node, postgres, prisma, react, react-router, redis, swr, tailwindcss, yup
- Language: JavaScript
- Homepage: https://flowspace.breq.dev/
- Size: 1020 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flowspace
a social network.
### badges
[](https://flowspace.breq.dev/)
[](https://github.com/breqdev/flowspace/actions/workflows/jest-server.yml)
[](https://github.com/breqdev/flowspace/actions/workflows/jest-client.yml)

### stack
client:
- react - UI components
- create-react-app - framework
- useSWR - data fetching
- tailwind css - styles
- font awesome - icons
- react-router - routing
- formik - forms
- yup - validationserver:
- node - runtime
- koa - middleware handling (and koa-router, koa-bodyparser, koa-multer)
- prisma - object-relational mappinghosting:
- vercel - client
- dokku (on ms azure) - serverdata:
- postgres - relational database
- google cloud s3 - object storage
- redis - rate limiting