arjunaskykok / medusa-android-app

An Android client for Medusa Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an Android Ecommerce App with Medusa

This repository is the codebase of tutorial How to Build an Android Ecommerce App with Medusa.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.7.7. It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

  1. Clone this repository:
git clone https://github.com/arjunaskykok/medusa-android-app
  1. Open it with Android Studio.

  2. Install and run the Medusa server.

yarn global add @medusajs/medusa-cli
medusa new my-medusa-server --seed
cd my-medusa-server
medusa develop
  1. Compile the Android project and run it in the Android emulator.

About

An Android client for Medusa Store

License:MIT License


Languages

Language:Kotlin 100.0%