christophe77 / auto-blog-feed

Automatic blogging system using chatGPT to generate articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Blog Feed

Blogging system using ChatGPT to generate articles automatically. NodeJS / ReactJS

Server

Inside "server" folder :

  • rename ".env.example" file to ".env" and fill your api keys.
  • install dependencies : yarn install or npm install
  • run the server : yarn start or npm start

Client

Inside "client" folder :

  • rename ".env.example" file to ".env" and fill your settings.
  • install dependencies : yarn install or npm install
  • run the client : yarn start or npm start

Todo

  • Administration page

About

Automatic blogging system using chatGPT to generate articles


Languages

Language:TypeScript 63.3%Language:JavaScript 26.2%Language:HTML 6.8%Language:CSS 3.7%