This is a MEERN (MongoDB, Express.js, React.js, Node.js) stack project aimed at creating a charity platform. Users can view and donate to various causes listed on the platform.
- User authentication and authorization
- Browse and search for different charity causes
- Donate to causes
- Admin panel to manage causes
- HTML, CSS, JavaScript
- React.js
- Tailwind CSS
- Axios
- Tanstack Query
- Node.js
- Express.js
- MongoDB
- Node.js installed on your machine
- MongoDB instance running
git clone https://github.com/naymHdev/Hilful-Fujul-Client.git
cd Hilful-Fujul-Client
yarn install
REACT_APP_API_BASE_URL= https://hilf-al-fudul-server.vercel.app
yarn start
http://localhost:5173
Backend Source Code
git clone https://github.com/naymHdev/Hilf-Al-Fudul-Server
cd your-backend-directory
yarn install
PORT = process.env.PORT || 8000;
MONGODB_URI= "mongodb+srv://HilfalFudul:pvNEyRc1Df5vdro8@firstpractice.poejscf.mongodb.net/?retryWrites=true&w=majority";
yarn start
You can access the live demo of this project here. here
Make sure to replace the placeholder URLs and directory names with your actual project details. This README.md file should provide comprehensive instructions for setting up both the frontend and backend of your MEERN stack project.