0% found this document useful (0 votes)
0 views

How_To_Run_Project

This document provides a step-by-step guide to set up and run a project, including installing Node.js and configuring various APIs like Clipdrop, MongoDB, Razorpay, Stripe, and Clerk. It emphasizes the importance of running the server before the client and includes links for necessary resources. Additionally, it offers support contact information and a link to find more projects.

Uploaded by

Tú Bùi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

How_To_Run_Project

This document provides a step-by-step guide to set up and run a project, including installing Node.js and configuring various APIs like Clipdrop, MongoDB, Razorpay, Stripe, and Clerk. It emphasizes the importance of running the server before the client and includes links for necessary resources. Additionally, it offers support contact information and a link to find more projects.

Uploaded by

Tú Bùi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

How to Setup & Run this Project

How to Run Project (Video Tutorial) - click here

OR

❖ Install NodeJs ( Ignore If Already Installed)

1. Visit the official Node.js website i.e) https://nodejs.org/en/download/

2. Download the Node.js installer

3. Run the installer.

— First Run Server then Client —

❖ Steps to setup Server of the project

1. Open Project Folder In VS Code

2. Setup Clipdrop API & obtain API Key

Link : https://clipdrop.co/apis

3. Setup The MongoDB & obtain MongoURI

Link : https://www.mongodb.com/cloud/atlas/register

4. Setup Razorpay( Optional To Run Project ) -

Link : https://accounts.razorpay.com/auth

5. Setup Stripe ( Optional To Run Project ) -

Link : https://stripe.com/

6. Setup Clerk

Link : https://clerk.com/

7. Push Project to Github


8. Deploy Backend on Vercel to obtain backend URL

Link : https://vercel.com/

9. Setup Clerk Webook & re-deploy backend

Link : https://dashboard.clerk.com/

>>> Before Running Client Projects make sure Server is Running in the
background terminal

❖ Steps To Run Client of The Project

1. Open Folder in Integrated Terminal

2. Install Dependencies Using Command

3. Add Backend URL & Environment Variables

4. Now Run Project Using Command

npm run dev

5. Deploy the project

If you still face any issue then can contact us on https://instagram.com/greatstackdev

Find More Projects: https://greatstack.dev/source-code

You might also like