Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.18 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.18 KB

product-catalog

Simple and minimalist Product Catalog app using React Native (Web) & GraphQL

Web iOS
image image

How To Run

  1. Clone this repository
$ git clone https://github.com/haruelrovix/product-catalog.git && cd product-catalog
  1. Build the backend server
$ cd backend && docker-compose build
  1. Run it
$ docker-compose up
  1. backend_ms-product-catalog is up and running

The Frontend part

  1. Open frontend directory
$ cd frontend
  1. Build the container
$ docker-compose build
  1. Run it
$ docker-compose up
  1. Open localhost:3000

React-Native

  1. On the frontend directory, execute
$ yarn ios

Deployment

Find it Live here: