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

https://github.com/aretecode/graphql-starter


https://github.com/aretecode/graphql-starter

Last synced: 3 months ago
JSON representation

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__`