Skip to content

10xStartuper/redditCloneServer.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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