/auto-blog-feed

Automatic blogging system using chatGPT to generate articles

Primary LanguageTypeScript

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