An open API service indexing awesome lists of open source software.

https://github.com/tolgaerdonmez/typegraphql-nextjs-example-auth

TypeScript, NextJS, Apollo, GraphQL, Express Full Stack App Example with Auth
https://github.com/tolgaerdonmez/typegraphql-nextjs-example-auth

apollo-server express graphql nextjs postgres react redis typegraphql typeorm typescript

Last synced: 2 months ago
JSON representation

TypeScript, NextJS, Apollo, GraphQL, Express Full Stack App Example with Auth

Awesome Lists containing this project

README

          

Welcome to typegraphql-nextjs-example-auth 👋



Version

License: MIT


Twitter: tolgaerdonmez

> TypeScript, NextJS, Apollo, GraphQL, Express, Postgres, Redis Full Stack App Example with Auth

# Server

## Install

```sh
cd server
```

# Set up mail account for nodemailer

[How to configure nodemailer smtp](https://nodemailer.com/smtp/)

Set the email credentials to ***example.nodemailer.config.json***

Then rename it to ***nodemailer.config.json***

```sh
# installing modules
yarn install

# installing postgres and redis
docker-compose up -d

```

## Usage

```sh
yarn start
```

## Run tests

```sh
yarn test
```

# Client

## Install

```sh
cd client
```

```sh
# installing modules
yarn install
```

## Usage

```sh
yarn dev
```

## Author

👤 **Tolga Erdönmez**

* Twitter: [@tolgaerdonmez](https://twitter.com/tolgaerdonmez)
* Github: [@tolgaerdonmez](https://github.com/tolgaerdonmez)
* LinkedIn: [@tolgaerdonmez](https://linkedin.com/in/tolgaerdonmez)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_