GitHub | Discord | |
---|---|---|
@akarsh-jain-790 | Akarsh#5717 | @akarsh__jain |
@tanishk-23 | Tanishk_jain#1231 | @TanishkJain19 |
This is a Book shop storefront powered by using NextJs combined with MedusaJs
index_page.mp4
about.mp4
You need following requirement to setup your project:
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) . - Redis (https://redis.io/)
- PostgreSQL (https://www.postgresql.org/)
- Node (https://node.org/)
Here are the steps to be taken after that:
- Clone the repository:
git clone https://github.com/akarsh-jain-790/Book-store-medusa-js/
- Change directory:
cd Book-store-medusa-js
- Install dependencies
cd my-medusa-store npm install
- Start the server
medusa develop
- Change directory , install dependencies and start the store-front
cd .. cd my-store-front npm install npm run dev