Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aretecode/modern-stack-portfolio-graphql
graphql part of the modern stack portfolio
https://github.com/aretecode/modern-stack-portfolio-graphql
apollo apollo-server express firebase graphql graphql-modules graphql-server jest now pm2 portfolio redis submodule typescript
Last synced: 2 months ago
JSON representation
graphql part of the modern stack portfolio
- Host: GitHub
- URL: https://github.com/aretecode/modern-stack-portfolio-graphql
- Owner: aretecode
- Created: 2019-04-12T16:33:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T04:03:02.000Z (4 months ago)
- Last Synced: 2024-09-18T07:04:33.884Z (4 months ago)
- Topics: apollo, apollo-server, express, firebase, graphql, graphql-modules, graphql-server, jest, now, pm2, portfolio, redis, submodule, typescript
- Language: TypeScript
- Homepage: https://github.com/aretecode/modern-stack-web-portfolio
- Size: 103 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Modern Stack Portfolio [GraphQL]
Part of the [Modern Stack Portfolio](https://github.com/aretecode/modern-stack-web-portfolio)[Current Deployment](https://jameswiens-graphql.now.sh/graphql)
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/aretecode/modern-stack-portfolio-graphql)
## Learn More
- [json placeholder api](https://jsonplaceholder.typicode.com/)
- [now.json with apollo](https://github.com/zeit/now-examples/blob/master/apollo/now.json)
- [now.json with ts](https://github.com/zeit/og-image/blob/master/now.json)
- [now.json with ts & express & apollo](https://github.com/kyledetella/ts-on-now-2.0)
- [redis](https://redislabs.com/blog/redis-cloud-30mb-ram-30-connections-for-free/)
- [zeit now env secrets](https://zeit.co/docs/v2/deployments/environment-variables-and-secrets)## 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__`