Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 1.87 KB

README.md

File metadata and controls

90 lines (53 loc) · 1.87 KB

Medusa- Book store Ecommerce Website

Book-store

Cover Image

App Screenshot

About

Participants

Github [https://github.com/aysinghal2001]

Twitter [https://twitter.com/theayushsinghal]

Discord- BeyondInfinity#2391

Email- [email protected]

Description

One stop place for all your book needs. Made using Next.js and Medusajs. it consists of all your school and college textbooks needs.

Preview

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

Set up Project

You need following requirement to setup your project:

Prerequisites

Install Project

Here are the steps to be taken after that:

  1. Clone the repository:
git clone https://github.com/aysinghal2001/Book-store.git
  1. Change directory and install dependencies:
cd Book-store
cd my-medusa-store
npm install
  1. Start the server
medusa develop
  1. Change directory , install dependencies and start the store-front
cd ..
cd my-store-front
npm install
npm run dev

Resources