Name | Github | Discord | |
---|---|---|---|
Sugato Bagchi | SugatoBagchi | @sugato_bagchi | Sugato Bagchi#6027 |
Subhanjan Dutta | ethan-x11 | @subhanjan_dutta | Subhanjan Dutta#1833 |
Kajal Jaiswal | kajal1801 | @KajalJaiz18 | Kajal#2722 |
Anusha Bera | anusha-3 | @anusha_bera | Anusha Bera#8571 |
An E-Commerce web-app made using React.js, Next.js and medusa.js.
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
) - Node (https://node.org/)
- Clone the repository:
git clone https://github.com/ethan-x11/Emphorium.git
- Change directory and install dependencies:
cd Emphorium
medusa new server --seed
cd server
medusa develop
cd ..
cd client
npm run dev
Resources we used: