Used technologies: Next.js, Expressjs, Graphql, Redis, PostgreSQL
Go to -> server/
Create -> .env
And paste -> PORT = 5000
SESSION_SECRET = 'your secret key'
Go to -> server/src/index.ts
$ cd server/
$ npm install
$ npm run dev2
$ cd client/
$ npm install
$ npm run dev