Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 1.89 KB

README.md

File metadata and controls

90 lines (65 loc) · 1.89 KB

Slice of Heaven

Cover Image

About

Participant

Nikhil Shanbhag

  • Github : @Nikhil-1503
  • Discord : nikhil.1503#9740
  • Twitter : @Nikhil_1503

Description

A pizza shop storefront powered by using NextJs combined with MedusaJs.

Preview

GIFs

  • HomePage

    HomePage
  • Products and Collection

    Products
  • Price Change On Choosing Different Combination

    Price Change
  • Cart and Checkout

    Cart and Checkout
  • Medusa Admin Panel

    Medusa Admin

Screenshots

Image 1 Image 2 Image 3

Set up Project

Prerequisites

Install Project

  1. Clone the repository:
git clone https://github.com/Nikhil-1503/slice-of-heaven.git
  1. Change directory and install dependencies:
cd slice-of-heaven
cd backend
medusa develop
  1. Open another terminal from slice-of-heaven folder:
cd storefront 
npm install
npm run dev
  1. Open the project in your browser:
http://localhost:8000

Resources

What's next for this project

  • Planning to integrate payment plugin (Tried Stripe, but got error) and search plugin.
  • Add more products.
  • Improve the design.
  • Deploy the storefront.