Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 650 Bytes

readme.md

File metadata and controls

32 lines (24 loc) · 650 Bytes

MedusaJS E-commerce Project

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

Getting Started

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

Web links