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

https://github.com/2wce/jira_clone

A GraphQL API for my Jira Clone Project
https://github.com/2wce/jira_clone

Last synced: about 1 year ago
JSON representation

A GraphQL API for my Jira Clone Project

Awesome Lists containing this project

README

          

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# An Apollo Server & Client in a Next.js in a yarn Workspace deployed with Now 2.0

This example combines:

- [Yarn Workspaces](https://yarnpkg.com/lang/en/docs/workspaces/)
- [React Apollo](https://github.com/apollographql/react-apollo)
- [Apollo Server](https://github.com/apollographql/apollo-server)
- [Apollo Codegen](https://github.com/apollographql/apollo-tooling)
- [Next.js](https://github.com/zeit/next.js/)
- [Now 2.0](https://github.com/zeit/now-cli)
- [Typescript](https://github.com/Microsoft/TypeScript)

to build a Monorepo FullStack GraphQL App which can be deployed by a single command `now`.

## Feature tags

- apollo
- graphql
- next
- now
- react
- starter
- template
- typescript
- yarn-workspaces
- zeit

## Direct ancestors

- [Minimal Next in TypeScript](https://github.com/softspiders/next-typescript)
- [Zeit Now "HelloWorld" example](https://github.com/softspiders/now)

---

## Install

```sh
yarn
```

## Running dev-mode

```sh
cd api && yarn dev
```

```sh
cd www && yarn dev
```

## Generate Types

With api running

```sh
cd www && yarn gen
```

## Deploy

```sh
now
```

## Authors

* [Dennis Kortsch](https://github.com/DennisKo) - original code
* [Alexander Lapygin](https://github.com/AlexanderLapygin) - catching in [Soft Spiders Net](https://github.com/softspider)

## Inspired by

[An Apollo Server & Client in a yarn Workspace deployed with Zeit 2.0](https://github.com/DennisKo/zeit-now-next-apollo-typescript-example)

## License

Licensed under the [MIT license](./LICENSE).