Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.2 KB

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