A user-friendly crowdfunding website allowing individuals to create and manage fundraising campaigns.
Make sure you have the following installed on your machine:
Clone the Repository:
git clone https://github.com/hrshpreet/fundboost.git
Navigate to the Backend Directory and Install Dependencies
cd fundboost/src
npm install
Configure Environment Variables Create a .env file in the backend directory and add your MongoDB connection string and other environment variables.
Run the Backend Server
npm start
Navigate to Frontend Directory
cd Frontend
Run the Frontend Development Server
npm start
https://documenter.getpostman.com/view/26894077/2s9YXh4Mby