A GraphQL Api that handles the auth and DB Interface with Postgres and handles Queries for Auth and Entries also uses a Redis-based session system
The following Tech stack used for this project
NodeJs | TypeScript | Express |
GraphQL | PostgresSQL | Redis |
Apollo | TypeORM |
Getting Started
Make sure you have the following installed in your system:
- Node 12+
- Yarn 1.2+
- Postgres 13
- Redis 6+
Once We have those we can get started by running
- Install Dependencies
- Run TypeScript Compiler to gererate the dist Folder
- Run the Server
yarn
yarn watch
yarn dev
localhost:4000/graphql