https://github.com/aretecode/graphql-starter
https://github.com/aretecode/graphql-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aretecode/graphql-starter
- Owner: aretecode
- License: mit
- Created: 2019-05-18T04:34:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:02:58.000Z (about 3 years ago)
- Last Synced: 2025-01-07T22:18:59.624Z (about 1 year ago)
- Language: TypeScript
- Size: 2.68 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GraphQL Starter
## Flow
- [x] code runs
- [ ] explain storage flow
- [ ] add header in request to choose storage (_mocks available especially for clients_)
- [ ] more thorough tests
## Docker
1. `yarn build`
2. `docker build .`
3. `docker tag __TAG__ aretecode/modern-stack-portfolio-graphql:v__VERSION__`
4. `docker push aretecode/modern-stack-portfolio-graphql:v__VERSION__`
5. `docker run -d -p 4444:4000 __TAG__`