https://github.com/kritika30032002/intelliblog
MERN Project. Generates blog using Chatgpt. Uses Stripe Payment Integration.
https://github.com/kritika30032002/intelliblog
Last synced: 3 months ago
JSON representation
MERN Project. Generates blog using Chatgpt. Uses Stripe Payment Integration.
- Host: GitHub
- URL: https://github.com/kritika30032002/intelliblog
- Owner: Kritika30032002
- Created: 2024-03-24T20:30:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T13:00:52.000Z (over 1 year ago)
- Last Synced: 2025-02-28T05:31:21.956Z (7 months ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-Content-Generator
MERN Project. Generates blog using Chatgpt. Uses Stripe Payment Integration.Developed an AI SaaS application utilizing the MERN Stack, guided by ChatGPT. This comprehensive project includes features such as subscription-based access, secure user authentication, integrated payment systems, a free trial period, and much more.
## Technologies:
- MERN,
- Open AI API(chatgpt API),
- Stripe Payment Gateway Integration## Frontend .env
```
REACT_APP_STRIPE_KEY=
```
It is same as STRIPE_PUBLISHABLE_KEY.## Backend .env
```
MONGODB_URI=mongodb://127.0.0.1:27017/mern-ai-content
NODE_ENV=development
JWT_SECRET=
OPENAI_API_KEY=
STRIPE_SECRET_KEY=
STRIPE_PUBLISHABLE_KEY=
```# Screenshots



















