Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 775 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 775 Bytes

IdeaPlanAI - API - Transform ideas into real projects

A project analyzer which uses AI to calculate functional requirements, non functional requirements, project time estimate, recommended technologies and some possible challenges from purposed project

Environment Variables:

NVIDIA_NIM_API_KEY - NVIDIA API Key.

Project Setup

  • Node.js v22 or v23 (v23 recommended for development)
  • npm (or yarn, pnpm, bun...)
npm install

Type-Check, Compile and Minify for Production

npm run build

Run Server

  • Development (Node.js v23)
npm run start:dev
  • Production (Node v22 or v23)
npm run start:prod

Rotas - POST /

Content-Type: application/json

{
  "text": "<your-project-idea>"
}