This project was made using the following technologies:
# Clone Repository
$ git clone https://github.com/vinicius-masiero/GoMarketplace.git
This project uses a fake API using json-server to list the products.
Remember to configure the API url inside the services folder based on the device you are running the app.
If you are running the app using Android Studio AVD: http://10.0.2.2:3333
If you are using the MacOS simulator: http://localhost:3333/
# Run API
$ yarn json-server server.json -p 3333
# Install dependencies
$ yarn install
# Run application
$ yarn android / yarn ios