Hi there! Glad you made it here.
This repository contains my full-stack application, an interview automator chatbot. The app is designed to assist potential employers by answering questions about my developer's resume, work experience, and projects. The backend is built using Node.js and Express, and the database is hosted on MongoDB Atlas. The frontend is connected to the backend through an API gateway that manages data flow between services.
- Backend: Node.js, Express, MongoDB Atlas
- Frontend: React
- Chatbot: GPT-4o via OpenAI API
- Database: MongoDB Atlas
- Hosting: AWS EC2
- Natural language processing powered by GPT-4o.
- A RESTful API built using Node.js and Express.
- MongoDB Atlas for persistent storage of chatbot instructions and responses.
- Easily adjustable post-deployment through the MongoDB database.
- Integrated API Gateway to manage data flow and processing.