Skip to content

bhattabhi013/medusa_medical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwagNation

image

DEMO LINK

About

Participants

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

Description

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.

Preview

  • Home

image

  • Contact Us

image

  • About Us

image

  • Product Details

image

  • Checkout

image

Set up Project

Prerequisites

Before running the application your system must have:

  1. Node.js v16.9.0 or greater installed on your machine
  2. Medusa fully set up

Install Project

  1. Clone the repository:
git clone https://github.com/bhattabhi013/medusa_medical.git
  1. Change directory and install dependencies:
For the server:
cd server
npm install
npm start or medusa develop
For the storefront:
cd storefront
npm install
npm start
For the admin:
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 "

Resources

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published