Skip to content

altimas/MedusaEcom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • JavaScript 2.2%
  • CSS 0.6%