/The-Diwali-Shop

A Diwali Shop made using medusa framework and Next.js storefront

Primary LanguageTypeScript

The-Diwali-Shop

A Diwali Shop made using medusa framework and Next.js storefront Medusa Hackathon 2022

About

Participants

Name - Ayush Bajaj

GitHub - https://github.com/BajajAyush

Discord - Ayush Bajaj#3468

Twitter - https://twitter.com/AyushBajaj2003

Description

Diwali is the festival of light and happiness. It is celebrated all over India. There are a lot of items people buy to perform puja and celebrate the people. This store aims to provide all their needs at one place.

This web storefront is made using NextJs paired with MedusaJs with Minio as a file service.

Preview

Storefront-

storefront_previewmp4.mp4

Admin Panel-

admin_preview.mp4

Some Screenshots- Screenshot 2022-10-23 140556 Screenshot 2022-10-23 140537 Screenshot 2022-10-23 140511 Screenshot 2022-10-23 140450

Set up Project

Prerequisites

Before you start with the tutorial make sure you have:

Install Project

Done with the pre-requisites?

Here are the steps to be taken after that :

  1. Clone the repository:
git clone https://github.com/BajajAyush/The-Diwali-Shop.git
  1. Change directory and install dependencies:
cd The-Diwali-Store
medusa new my-medusa-store --seed
cd my-medusa-store
medusa develop
cd ..
cd my-store-front
npm run dev
  1. Go to the medusa-admin folder start cmd
npm run start
  1. Go to minIO page in 127.1.1:9090:

image

  1. Login with username and password:
minioadmin
  1. Go to manage -> make accsess policy public

Untitled video - Made with Clipchamp


  1. Go to identitiy -> service account -> create service account -> make the accsess key and the secret key :
y9JD6baeMyVHOwpj
S4zwVBqo3oaFWuOfJ6MsK0HNCrLKMXei

Untitled video - Made with Clipchamp (1)

Finished

see the store front on :

http://localhost:8000/

see the admin on :

http://localhost:7000/

Resources