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
- Node.js >= 18
- npm or yarn
- MongoDB
- OpenAI API key
- Mailtrap
cd backend
npm install
npm run devcd frontend
npm install
npm run dev- ChatGPT (for:
- Scaffolding MERN structure
- Boilerplate for Express routes and React pages
- Prompt design for JSON parsing and comparison
- Drafting README and API documentation )