A GraphQL Server boilerplate made with Typescript, PostgreSQL, and Redis
- Clone project
- cd into folder
- Download dependencies
yarn
- Start PostgreSQL server
- Create database called
tsmaster
createdb graphql-ts-server-boilerplate
-
You can change what these values are in the [ormconfig.json]
-
Install and start Redis
You can start the server with yarn start
then navigate to http://localhost:4000
to use GraphQL Playground.
- Register - Send confirmation email
- Login
- Forgot Password
- Logout
- Cookies
- Authentication middleware
- Rate limiting
- Locking accounts
- Testing (probably Jest)