Skip to content

A complete eCommerce site of furniture built using medusa js with all functionality.

License

Notifications You must be signed in to change notification settings

utsavdotdev/furniture-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Furniture-shop

image.png

Participant

Description

This is a complete eCommerce storefront app built with Medusa.js, Next.js, and Stripe. This site helps to buy furniture online in just few click. This web app includes:

  • Cart system
  • Payment system
  • Simple and user friendly Ui

Preview

Home page

image.png

Store page

image.png

Cart

image.png

Set up project

Prerequisites

Here are some pre-requisites that you may require to run the project on your system. They are:

Install Project

Here are the few steps to install this web app in your local machine. They are:

Most important You should install the medusa js cli to initialize the web app.

  1. Clone the repository
git clone https://github.com/utsavbhattarai007/furniture-shop <folder_name_as_you_want>
  1. Jump to the Directory
cd <folder_name>
  1. Jump to the Medusa Directory, Install the dependencies and start the server like this:
cd medusa-server
npm install or yarn install
medusa develop

4 Now, Revert to the root directory and jump to storefront and install the dependencies and start the forntend part like this:

cd ..
cd store-front
npm install or yarn install
npm run dev

Resources

Here are some technologies that were very useful throughout the process:

About

A complete eCommerce site of furniture built using medusa js with all functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages