Skip to content

A reddit like app built with Typescript, React,Next.js, a node.js graphql server, postgresql and redis

Notifications You must be signed in to change notification settings

robecilla/redditql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

redditql

This is a full-stack reddit like application that constists of:

  • Next.js frontend deployed on Vercel.
  • Backend deployed on a prebuilt Dokku droplet on Digital Ocean VPS.

Nginx is sitting in front which proxies requests to Node.js GraphQL server that uses Prisma 2 to talk to a Postgresql database running in a container.

A Redis container is also running to manage sessions.

Dokku manages all the containers as well as deployments.

Tech stack

  • React
  • Chakra UI
  • Next.js
  • TypeScript
  • URQL
  • Node.js
  • GraphQL
  • TypeGraphQL
  • Prisma 2
  • PostgreSQL
  • Redis
  • Docker
  • Dokku

About

A reddit like app built with Typescript, React,Next.js, a node.js graphql server, postgresql and redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages