Installation
Follow these steps to install and set up the project:
- Clone the Repository: 📥Clone the repository from GitHub.
1 > git clone https://github.com/your/your-product-name.git
Requires Node 18 or greater.
- Install Dependencies: 💻Navigate into the cloned directory and install dependencies
1 > cd <your-dir-name>
2 > yarn
OR
1 > cd <your-dir-name>
2 > npm install
- 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