To run this application you will need
- node >= 16.x.x installed
- docker desktop
- git
This project consist of 2 folders
- Medusa backend + admin portal
- Next.js storefront
First start postgresql database by running the following command in root directory
docker-compose up --build -d
Then navigate into the Medusa backend folder and install dependencies
yarn
Then navigate into the Next.js storefront folder and install dependencies
yarn