Skip to content
Manoj Kumar edited this page Oct 8, 2022 · 1 revision

Medusa's 3D Swag Store


Netlify Status


About

Team

Description

This is an idea, just to prove that medusa can be easily adaptable and customizable upto any limits. Everything you can imagine and that is possible to implement with medusa. 3d preview feature is something where Amazon, flipkart etc are implementing and investing on it. This repo will clear the doubts of the people on choosing medusa as their first choice for their e-commerce idea.

Preview

Regular Preview

Watch the video

Full Preview

Watch the video

Zoom, Pan & Rotate Preview

Watch the video

Watch Video

Watch the video here

Store Preview

Watch the video

Store Preview

Overview

image image

Set up Project

This section should cover how to set up and run the project locally. It’s intended to help the Medusa team properly review your submission, as well as help the community to benefit from your submission.

Port details

  • Redis - 6379
  • Postgres - 5432
  • Minio - 9000, 9001
  • Backend - 3000
  • Admin - 7000
  • Store - 8000

Prerequisites

If running your submission requires any prerequisites, make sure to list them in this section.

Examples of Prerequisites:

  • Medusa Server (Link to Quickstart here).
  • Create an account in service X (for integrations with other services).
  • Redis, PostgreSQL, or any of Medusa’s configurations or plugins.
  • Minio local setup docker run -p 9000:9000 -d -p 9001:9001 -e "MINIO_ROOT_USER=minio99" -e "MINIO_ROOT_PASSWORD=minio123" quay.io/minio/minio server /data --console-address ":9001" .

Install Project

  1. Clone the repository:
git clone https://github.com/manojvirat457/Hacktoberfest-medusa
  1. Change directory and install dependencies:
cd Hacktoberfest-medusa
npm install
  1. Start the project:
npm run dev
  1. Open the project in your browser:
http://localhost:3000
  1. Login with the following credentials:
email: [email protected]
password: supersecret

To run admin

  1. Go to the root folder
  2. execute cd admin-portal
  3. Install dependencies
  yarn install
  1. Start the project
yarn start

To run Store

  1. Go to the root folder
  2. execute cd store
  3. Install dependencies
  yarn install
  1. Start the project
yarn build
yarn start

The project is now running locally, and you can start customizing it, or use it as a base for your own project 🎉

You can use some sample 3d files you can find under assets/3d files folder Here

License

This project is licensed under the MIT License - see the LICENSE file for details

Resources

RoadMap

  • Multi-tenant implementation
  • Sales & Revenue Dashboards
  • Super Admin access & permissions
  • Microsoft Power BI Implementation
  • Metabase connections
  • Analytics

👨‍💻 Our Awesome Maintainers and Contributors 👩‍💻