A full-stack web application built with the MERN stack (MongoDB, Express.js, React.js, Node.js).
Chit_funds/
├── frontend/ # React.js frontend application
├── backend/ # Node.js + Express.js backend API
└── README.md # Project documentation
- Node.js (v14 or higher)
- MongoDB
- npm or yarn
- Clone the repository
git clone <repository-url>
cd Chit_funds- Install backend dependencies
cd backend
npm install- Install frontend dependencies
cd ../frontend
npm install- Start the backend server
cd backend
npm run dev- Start the frontend development server
cd frontend
npm start- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- State Management: Redux (to be implemented)
- Authentication: JWT (to be implemented)
- User authentication
- Dashboard
- Chit fund management
- Member management
- Payment tracking
- Reports and analytics
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License.