/gpt-news-generator-back-end

GPT News Generator, back-end part, nodejs, mongodb, stripe, chat gpt, leap ai, 🚀 Powering the GPT Chat News Generator, our back-end ensures seamless news generation. Leverage advanced language models for instant, tailored content on famous personalities, events, and more. This robust backend brings the future of news creation to life. ⚙️✨

Primary LanguageJavaScript

GPT News Generator

DEMO - news-generator.

Project-based on Chat GPT AI and Leap AI image generator. The idea is to connect everything and create news automatically. Enjoy!

For launching .env required, not inclued yet.

Used

# node
node 16.18.0

# pnpm
pnpm 8.5.1

# git
git 2.40.0

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:8000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview