Github : @VanshajPoonia @HarshvardhanMor
Twitter : @VanshajPoonia @HarshvardhanMor
Discord : VanshajPoonia#2992 ! Shield 🌙#4151
We have created a Web storefront using NextJs paired with MedusaJs
Here's how to setup and run the project locally :
Here are some pre-requisites that you may require to run the project on your system.
Prerequisites:
- Medusa CLI (
npm install -g @medusajs/medusa-cli
) . - Redis (https://redis.io/)
- PostgreSQL (https://www.postgresql.org/)
- Node (https://node.org/)
Done with the pre-requisites?
Here are the steps to be taken after that :
- Clone the repository:
git clone https://github.com/VanshajPoonia/shopeee.git
- Change directory and install dependencies:
cd shopeee
medusa new my-medusa-store --seed
cd my-medusa-store
medusa develop
cd ..
cd my-store-front && yarn
yarn dev
PLEASE NOTE THAT IT IS RECOMMENDED TO USE CMD AS ADMINISTRATOR while running the commands as the code might show some abnormal behaviour sometimes.
Here are some technologies that were very useful throughout the process :