Skip to content

Vimal567/Aerchain-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI-Powered RFP Management System

Single-user web application that helps a procurement manager:

  • Create RFPs from natural language
  • Manage vendors
  • Send RFPs via email
  • Use AI to parse proposals and compare vendors

1. Prerequisites

  • Node.js >= 18
  • npm or yarn
  • MongoDB
  • OpenAI API key
  • Mailtrap

2. Backend Setup

cd backend
npm install
npm run dev

3. Frontend Setup

cd frontend
npm install
npm run dev

4. AI Tools Used While Building

  • ChatGPT (for:
    • Scaffolding MERN structure
    • Boilerplate for Express routes and React pages
    • Prompt design for JSON parsing and comparison
    • Drafting README and API documentation )