Installation

Follow these steps to install and set up the project:

  1. Clone the Repository: 📥Clone the repository from GitHub.
    Code
    1 > git clone https://github.com/your/your-product-name.git
    Requires Node 18 or greater.
  2. Install Dependencies: 💻Navigate into the cloned directory and install dependencies
    Code
    1 > cd <your-dir-name>
    2 > yarn
    OR
    Code
    1 > cd <your-dir-name>
    2 > npm install
  3. Configuration:
    • Stripe Configuration: Set up your Stripe API keys. You can find these keys in your Stripe dashboard.
    • MongoDB Configuration: Set up MongoDB on local for dev and for production use MongoDB dashboard.
    • SendGrid Configuration: Set up SendGrid API key in Sendgrid dashboard.
Congratulations!🎉 You've successfully set up project dependancies now go ahead setup project structure