Simple and minimalist Product Catalog app using React Native (Web) & GraphQL
Web | iOS |
---|---|
- Clone this repository
$ git clone https://github.com/haruelrovix/product-catalog.git && cd product-catalog
- Build the backend server
$ cd backend && docker-compose build
- Run it
$ docker-compose up
backend_ms-product-catalog
is up and running
- Open
frontend
directory
$ cd frontend
- Build the container
$ docker-compose build
- Run it
$ docker-compose up
- Open
localhost:3000
- On the
frontend
directory, execute
$ yarn ios
Find it Live here:
- GQL Server: https://product-catalog-server-qigcgzbpqh.now.sh
- Frontend: https://product-catalog-mtmjysfnhy.now.sh