Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.37 KB

SETUP_GUIDE.md

File metadata and controls

34 lines (20 loc) · 1.37 KB

📃 SETUP GUIDE

❗ System Requirements

📝 Additional Requirements

  • Cloudinary: The project uses cloudinary to store user profile and product images. I recommend you creating a cloudinary account (if you don't have on already) and use your own configuration settings.

  • Stripe (optional): The project uses stripe as a payment-gateway. If you already have an account, it's awesome. You'll only need this if you are working on both frontend and backend.

🛠 Local Installation and Setup

  1. Clone the repo to your local machine.

  2. Install the required dependency for server using :

    npm install
  3. Create a .env file and copy-paste the contents of .env.sample in it and filling in the configuration keys.

  4. Start the dev server using :

    npm start