Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 2.58 KB

README.md

File metadata and controls

88 lines (53 loc) · 2.58 KB

Blog-Ai-Application

Automatic Blog Post Generation with ChatGPT

Description

This project is a complete full-stack application built with Next.js 13.3 that automatically generates blog post content using ChatGPT. It utilizes the latest Next.js version with the app directory structure, Prisma as the ORM, TipTap for text editing, and TypeScript as the programming language. The application is deployed on Vercel.

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm (Node Package Manager)

Installation

  1. Clone the repository: git clone https://github.com/Dawitlior/blog-ai-app.git
  2. Navigate to the project directory: cd project-directory
  3. Install dependencies: npm install

Configuration

  1. Set up the environment variables required for the project.
  2. Configure the Prisma connection details in the .env file.

Running the Application

  1. Run the development server: npm run dev
  2. Open your browser and access the application at http://localhost:3000

Usage

  1. Access the application in your web browser.
  2. Create an account or log in to an existing account.
  3. Navigate to the blog post creation section.
  4. Start writing the blog post content in the user-friendly TipTap editor.
  5. Optionally, use the "Auto-generate" feature to automatically generate blog post content with ChatGPT.
  6. Review and edit the generated content as needed.
  7. Save the blog post and publish it to make it available to readers.

Deployment

The application is deployed for free on Vercel. Any changes pushed to the main branch will trigger an automatic deployment.

Features

  • Automatic generation of blog post content using ChatGPT
  • User-friendly text editing with TipTap
  • Seamless integration with Prisma as the ORM
  • Fully typed with TypeScript for enhanced reliability
  • Deployed for free on Vercel

Technologies Used

  • Next.js 13.3
  • Prisma (ORM)
  • TipTap (Text Editing)
  • TypeScript

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push the branch: git push origin feature/your-feature-name
  5. Submit a pull request

2023-07-01 (4)

Contact

If you have any questions, suggestions, or issues, please feel free to contact with me at Dawitlior777@gmail.com

Enjoy

  • Ai response in Progress