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
- Host: GitHub
- URL: https://github.com/2wce/jira_clone
- Owner: 2wce
- License: mit
- Created: 2020-03-30T10:02:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:42:27.000Z (over 3 years ago)
- Last Synced: 2025-02-01T12:12:10.635Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jiracloneapi.kudakwashe.now.sh
- Size: 964 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).