Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T18:07:35.000Z (about 2 years ago)
- Last Synced: 2024-10-03T15:10:45.993Z (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
[![Website](https://img.shields.io/website?down_color=important&down_message=offline&up_color=success&up_message=online&url=https%3A%2F%2Fflowspace.breq.dev%2F)](https://flowspace.breq.dev/)
[![Server Tests](https://img.shields.io/github/workflow/status/breqdev/flowspace/Server%20Tests?event=push&label=server%20tests)](https://github.com/breqdev/flowspace/actions/workflows/jest-server.yml)
[![Client Tests](https://img.shields.io/github/workflow/status/breqdev/flowspace/Client%20Tests?event=push&label=client%20tests)](https://github.com/breqdev/flowspace/actions/workflows/jest-client.yml)
![Lines of code](https://img.shields.io/tokei/lines/github/breqdev/flowspace?color=success)
![made with love](https://img.shields.io/badge/made%20with-%E2%9D%A4%EF%B8%8F-success.svg)### 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