/redditCloneServer.ts

Reddit Clone Server

Primary LanguageTypeScript

redditCloneServer.ts

Huge thanks to @benawad

What I am using in this app:

  • TypeScript
  • Mikro-ORM
  • PostgreSQL
  • GraphQL
  • Redis
  • upcoming.

Installation and usage

Install required packages

npm install

Running the app on development mode

yarn watch
yarn dev

Developed by Mukhammadyusuf with the help of @BenAwad