Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.54 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.54 KB

Getany

getany-storefront

About

Participants

Hridya - @hridaya423

Description

An open-source ecommerce application built using Medusa & Next.js. It includes products screen, cart, checkout, search, live chat, discord notifications, storage with Minio, Matomo Analytics

Setup Server

Prerequisites

Before you start make sure you have:

Install Server

  • Clone the repository: git clone https://github.com/hridaya423/getany-server
  • Change directory and install dependencies:
cd getany-server
npm install
  • Put your Meilisearch Master Key in .env
  • Create a discord webhook in a server and put it's url in the .env
  • Minio Setup
  • Start the server

medusa develop

Resources