Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 967 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 967 Bytes

Social Media Post Generator

Description

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.

Features

  • Generate post
  • View history

Installation Steps

  1. Clone the repo
git clone https://github.com/peekeah/social-media-post-generator.git
  1. Navigate to the Project Directory
cd social-media-post-generator
  1. Install Dependencies
npm install
  1. 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