The Social Media Post Generator is an AI-powered tool designed to help users create engaging social media posts based on a given topic. By leveraging advanced AI techniques, this project simplifies the content creation process, allowing users to generate posts with ease. Additionally, users can view and manage their previously generated posts, which displays a table of topics and their associated posts.
- Generate post
- View history
- Clone the repo
git clone https://github.com/peekeah/social-media-post-generator.git
- Navigate to the Project Directory
cd social-media-post-generator
- Install Dependencies
npm install
- Set Up Environment Variables
- Copy .env.example to .env and update the environment variables
- Copy secret.example.json to secret.json and update secrets
5. Start application
npm run dev