- Github : @Nikhil-1503
- Discord : nikhil.1503#9740
- Twitter : @Nikhil_1503
A pizza shop storefront powered by using NextJs combined with MedusaJs.
- HomePage
- Products and Collection
- Price Change On Choosing Different Combination
- Cart and Checkout
- Medusa Admin Panel
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) . - Redis
- PostgreSQL
- Node
- Clone the repository:
git clone https://github.com/Nikhil-1503/slice-of-heaven.git
- Change directory and install dependencies:
cd slice-of-heaven
cd backend
medusa develop
- Open another terminal from slice-of-heaven folder:
cd storefront
npm install
npm run dev
- Open the project in your browser:
http://localhost:8000
- Medusa’s GitHub repository
- Medusa Admin Panel
- Medusa Documentation
- Medusa Next.js Starter
- MinIO Documentation
- Planning to integrate payment plugin (Tried Stripe, but got error) and search plugin.
- Add more products.
- Improve the design.
- Deploy the storefront.