This is a full-stack application built using Node.js, ChatGPT API, and MongoDB on the backend, and HTML/CSS on the frontend. A user can take a complex definition and past it into the input field for a simplified version of the concept. If the user likes the simplified explanation, they can 'save' it to their notes, by clicking on the star.
-
Clone the repository to your local machine
-
Navigate to the project directory and install the necessary dependencies: npm install
-
Access the application by running 'node server.js' opening your web browser and navigating to
http://localhost:8081. -
Make sure you replace the 'placeholder' at 'apiKey' with chatGPT's OpenAI API Key
-
input a definition to get a simplified definition