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
- Host: GitHub
- URL: https://github.com/tolgaerdonmez/typegraphql-nextjs-example-auth
- Owner: tolgaerdonmez
- License: mit
- Created: 2020-06-09T07:39:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:28:02.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:34:36.199Z (over 3 years ago)
- Topics: apollo-server, express, graphql, nextjs, postgres, react, redis, typegraphql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to typegraphql-nextjs-example-auth 👋
> 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)_