Skip to content

g4-lima/go-marketplace

Repository files navigation

logo

About project   |    Technologies   |    Getting started      

Layout

About project

Shopping cart application, wich can increment and decrement items from the cart and able to calculate the quantity of items and the total price.
The aplicattion uses Async Storage to store and load products.

Project developed as a challenge during the GoStack bootcamp by Rocketseat.


Technologies


Getting started

Requirements

Install dependencies

$ yarn

Backend

$ yarn json-server server.json -p 3333
Run api service

Mobile

$ yarn start
$ yarn android / yarn ios