Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 355 Bytes

My version of reddit backend

This example is a backend with Nodejs, Typescript, TypeORM, Apollo, GraphqQL, TypeGraph, PostgreSQL, Redis, express-session, argon2, Cors, and more. If you need mock data there is a migration file.

How to use

Set up environment variables for port, database name, password and username then

yarn install
yarn dev