This repository is the codebase of tutorial Building a Food Restaurant Ecommerce Store with Medusa.
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.7.2 It is not guaranteed that it will work with future releases.
- 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
You may change these steps per your article.
- Clone this repository:
git clone https://github.com/noblefresh/food-restaurant-storefront
- Change directory and install dependencies:
cd food-restaurant-storefront
npm install
- Start Server:
npm run dev