Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas98sf/relay-reddit
Fullstack Reddit clone using GraphQL and Relay
https://github.com/lucas98sf/relay-reddit
graphql koajs nodejs react relay typescript
Last synced: about 1 month ago
JSON representation
Fullstack Reddit clone using GraphQL and Relay
- Host: GitHub
- URL: https://github.com/lucas98sf/relay-reddit
- Owner: lucas98sf
- Created: 2022-09-16T05:10:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T23:14:11.000Z (4 months ago)
- Last Synced: 2024-10-01T02:05:32.281Z (about 2 months ago)
- Topics: graphql, koajs, nodejs, react, relay, typescript
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FullStack Reddit Clone (WIP ⚒️)
## Built with
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Koa](https://img.shields.io/badge/Koa-F9F9F9?style=for-the-badge&logo=koa&logoColor=33333D)
![Relay](https://img.shields.io/badge/relay-F26B00?style=for-the-badge&logo=relay&logoColor=white)
![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge&logo=graphql&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)
![Jest](https://img.shields.io/badge/jest-%23C21325.svg?style=for-the-badge&logo=jest&logoColor=white)## References
- [Relay Workshop](https://github.com/sibelius)
- [Fakeddit](https://github.com/noghartt/fakeddit)
- [RBFA GraphQL API](https://github.com/daniloab/rbaf-graphql-api)
- [Awesome Woovi Challenge](https://github.com/entria/awesome-woovi-challenge)