Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyotindersingh/lireddit
Learning GraphQL by making a full Stack application using TypeGraphQL, Typescript, Apollo, URQL, Node.js, React, Redis, Postgres
https://github.com/jyotindersingh/lireddit
Last synced: about 6 hours ago
JSON representation
Learning GraphQL by making a full Stack application using TypeGraphQL, Typescript, Apollo, URQL, Node.js, React, Redis, Postgres
- Host: GitHub
- URL: https://github.com/jyotindersingh/lireddit
- Owner: JyotinderSingh
- Created: 2021-03-23T18:39:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T15:05:13.000Z (over 3 years ago)
- Last Synced: 2023-09-10T13:36:05.705Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 903 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# liReddit
#### A mini Reddit clone. Built with TypeGraphQL, Node, Express, URQL, Redis, and React.
![Header Image](./lireddit.png)
## Steps to run the Server
```
cd lireddit-server
yarn watch
yarn dev
```## Steps to run the Front End
```
cd lireddit-web
yarn dev
```Check out the package.json file in ```lireddit-server/``` and ```lireddit-web/``` for other scripts.