Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.