This web application is a blog with a generative AI. To use it, you need to enter your Mistral API key in the .env file in the backend part . This web app was built using React for the frontend and Node.js with Express for the backend. The backend handles API requests and integrates with Mistral's Small model to generate blog content dynamically.
To generate blog content, simply write the title of the blog post as a prompt, and the AI will create the content for you.
You can also create your own blog posts by providing a title and content.
Backend and frontend are separate projects. Make sure to run both servers to use the application. Each part has its own README file with detailed instructions.
Charles-Henri SAINT-MARS