Senior Capstone Project 2023

Setting up the Project

  1. Open your console and navigate to the project directory
  2. Type the following commands to install the required libraries:
C: npm install
C: npm install react-router-dom@5.2.0
  1. Once set up, Create a .env file in your main root folder. The .env file should be in the same directory as your package.json
  2. In your .env file you are going to want to add the following
OPEN_AI_API="OPEN_AI_KEY"

Note: When commiting, the .env file will be ignored

Running the Web Application

  1. In the project directory, run the following command:
C: npm start

How to obtain Open AI API

  1. Go to OpenAI_API
  2. Login and navigate to 'personal' located on the top right of the navigation bar
  3. In the drop down menu click on 'View API Keys'
  4. In 'API Keys' click '+ Create new secret key'

Libraries Used

Research Frameworks to Integrate