This repository is the codebase of tutorial How to Build an Android Ecommerce App with Medusa.
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.7.7. It is not guaranteed that it will work with future releases.
- Clone this repository:
git clone https://github.com/arjunaskykok/medusa-android-app
-
Open it with Android Studio.
-
Install and run the Medusa server.
yarn global add @medusajs/medusa-cli
medusa new my-medusa-server --seed
cd my-medusa-server
medusa develop
- Compile the Android project and run it in the Android emulator.