Demo:
Screen_Recording_2024-04-07_at_9.19.56_PM.mov
This is a full-stack web application built with the MERN stack (MongoDB, Express, React, and Node.js) that allows users to create personalized estate plans based on their assets and designated beneficiaries. The application utilizes a generative AI model powered by the groq API to generate comprehensive estate planning documents tailored to the user's specific needs.
- User authentication and authorization
- Asset management (cars, properties, businesses, stocks, custom assets)
- Assign beneficiaries for each asset in the event of death
- Generate personalized estate planning documents using the groq API
- Responsive UI built with Chakra UI
- Secure data storage with MongoDB
- Clone the repository:
- Navigate to the project directory:
- Install server-side and client-side dependencies: cd server && npm install nodemon index.js cd client npm install && npm start
- Create a
.envfile in theserverdirectory and add the variables from .envcopy
The application should now be running at http://localhost:3000.
- MongoDB
- Express.js
- React.js
- Node.js
- Chakra UI
- JSON Web Tokens (JWT) for authentication
- groq API for generative AI capabilities using mixtral, llama
Contributions are welcome! Please read the contributing guidelines for more information.
This project is licensed under the MIT License.