tcxcx / cdlp-ecommerce

Setup of a Medusa App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Setup of a Medusa App


Languages

Language:TypeScript 97.3%Language:JavaScript 2.2%Language:CSS 0.6%