-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Team
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.
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.
- Redis - 6379
- Postgres - 5432
- Minio - 9000, 9001
- Backend - 3000
- Admin - 7000
- Store - 8000
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"
.
- Clone the repository:
git clone https://github.com/manojvirat457/Hacktoberfest-medusa
- Change directory and install dependencies:
cd Hacktoberfest-medusa
npm install
- Start the project:
npm run dev
- Open the project in your browser:
http://localhost:3000
- Login with the following credentials:
email: [email protected]
password: supersecret
- Go to the root folder
- execute
cd admin-portal
- Install dependencies
yarn install
- Start the project
yarn start
- Go to the root folder
- execute
cd store
- Install dependencies
yarn install
- 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
This project is licensed under the MIT License - see the LICENSE file for details
- Medusa’s GitHub repository
- Medusa Documentation
- How to Create Services
- Gatsby Documentation
- Medusa Twitter
- Multi-tenant implementation
- Sales & Revenue Dashboards
- Super Admin access & permissions
- Microsoft Power BI Implementation
- Metabase connections
- Analytics