Skip to content

Stan3slaw/lireddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Expressjs Logo Graphql Logo

Description

Used technologies: Next.js, Expressjs, Graphql, Redis, PostgreSQL

Setting up server

Go to -> server/
Create -> .env
And paste -> PORT = 5000
             SESSION_SECRET = 'your secret key'

Also you need to set up typeorm connection

Go to -> server/src/index.ts

Installation and running backend

$ cd server/
$ npm install
$ npm run dev2

Installation and running client part

$ cd client/
$ npm install
$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published