Name | Github Handle | Discord Handle |
---|---|---|
Abhishek Bhatt | bhattabhi013 | Abhi_bhatt#5685 |
Vanshita Mathur | Vanshiii203 | vanshita_mathur#7511 |
Mohit Namdev | MohitNamdev22 | Mohit Namdev#1188 |
Shravani Kaware | ShravaniAK | shravani kaware#8892 |
Shreya Sarkar | zugzwang03 | Shreya Sarkar#5309 |
An open source ecommerce web application built using Medusa and React. It includes products screen,product details, cart and checkout. It is a swag store which offers easy and smooth ordering and delivery of swags across the country to the fashion and tech enthusiasts. The project has some future scopes yet to be touched upon like payment portal and login, registration page.
- Home
- Contact Us
- About Us
- Product Details
- Checkout
Before running the application your system must have:
- Node.js v16.9.0 or greater installed on your machine
- Medusa fully set up
- Clone the repository:
git clone https://github.com/bhattabhi013/medusa_medical.git
- Change directory and install dependencies:
cd server
npm install
npm start or medusa develop
cd storefront
npm install
npm start
cd admin
npm install
npm start
- Resolve CORS error:
Change the localhost's port number in
medusa-config.js
file in server.
Ex:const STORE_CORS = process.env.STORE_CORS || "http://localhost:3000 "
In this section, include links to Medusa’s GitHub repository and documentation. If you think there are any specific documentation pages that can be helpful to understand your submission more, include these specific pages.
For example:
If you also used any other framework, service, or tool, you can include some links to helpful resources related to those tools.