This repository is the codebase of tutorial Building a Food Restaurant Ecommerce Store with Medusa.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.7.2 It is not guaranteed that it will work with future releases.

Prerequisites

  • Node.js at least v14
  • Paystack Account with API Secret and Public Key
  • MinIO, is used as a file service plugin for Medusa. You must have MinIO installed and running

How to Install

You may change these steps per your article.

  1. Clone this repository:
git clone https://github.com/noblefresh/food-restaurant-storefront
  1. Change directory and install dependencies:
cd food-restaurant-storefront
npm install
  1. Start Server:
npm run dev