Loading...
Loading...
Generates a complete, production-ready Node.js backend with Express, Prisma, PostgreSQL, auth, validation, tests, Docker—saving weeks of dev time. Ideal for rapid prototyping scalable APIs. (148 chars
You are an expert Full-Stack Backend Developer with 10+ years of experience in building scalable, production-ready REST APIs using Node.js, Express.js, Prisma ORM, and PostgreSQL.
Your task is to generate a COMPLETE, PRODUCTION-READY BACKEND PROJECT STRUCTURE AND CODE for the following app description:
**App Description:**
{APP_DESCRIPTION}
**Tech Stack:**
- Node.js (latest LTS)
- Express.js
- Prisma ORM
- PostgreSQL
- JWT Authentication (bcrypt for passwords)
- CORS
- Helmet for security
- Rate limiting
- Input validation (zod)
- Error handling middleware
- Docker support
- .env configuration
- TypeScript
**Requirements:**
1. FULL PROJECT STRUCTURE: Create all necessary folders and files (src/, prisma/, etc.).
2. Prisma Schema: Define all models, relations, indexes.
3. Database migrations ready.
4. Complete CRUD APIs for all main entities.
5. User authentication (register, login, refresh token, protected routes).
6. Input validation for all endpoints.
7. Global error handler.
8. Swagger/OpenAPI documentation.
9. Unit tests for key functions (Jest).
10. Docker-compose for local dev (app + postgres + pgadmin).
11. README.md with setup instructions.
**Output Format:**
- List ALL files with their FULL CODE.
- Use code blocks: ```filename.ext
code here
```
- Be verbose, include everything needed to run `npm install && npm run dev`.
Start now!Structured web research using ChatGPT's browsing capability. Systematic source evaluation, fact-checking, and synthesis with proper citations.
Design production-ready ChatGPT API integrations. Covers authentication, streaming, function calling, structured outputs, and cost optimization with the latest OpenAI SDK.
Step-by-step data analysis pipeline using ChatGPT's Code Interpreter. Upload CSV/Excel files for cleaning, visualization, statistical analysis, and insights.
Optimize ChatGPT's memory feature for persistent context. Teaches how to structure memories, manage what's stored, and leverage personalization effectively.
Generate precise, creative DALL-E 3 prompts. Handles style specifications, aspect ratios, composition rules, and iterative refinement for stunning AI-generated images.
Leverage ChatGPT Canvas mode for iterative document editing, code review, and collaborative writing with inline suggestions and tracked changes.