BilalBouk / type-graphql-series

Typescript GraphQL Server built with TypeGraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type-graphql-series

Code for: https://www.youtube.com/playlist?list=PLN3n1USn4xlma1bBu3Tloe4NyYn9Ko8Gs

Installing

  1. Clone and install dependecies
git clone https://github.com/benawad/type-graphql-series.git
cd type-graphql-series
yarn
  1. Make sure you have PostgreSQL running on your computer with a database called typegraphql-example and a user who has access to that database with the username postgres and password postgres
  1. Make sure you have Redis running on your computer
  1. Start the server
yarn start

To verified it worked, you can go to http://localhost:4000

If you need any help setting this up feel free to message me on Discord: https://discord.gg/Vehs99V

About

Typescript GraphQL Server built with TypeGraphQL


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%