Skip to content

marinakim44/questify

Repository files navigation

Questify

Questify is an AI-powered platform for effective Q&A management

Installation

Install dependencies both in the root folder and client folder: npm install

Usage

After installing dependencies:

  • create two .env files in root and client folder
  • add environmental variables in client folder, specifically:
  • REACT_APP_BASE_URL_DEV
    
  • REACT_APP_CLIENT_ID
    
  • add environmental variables in root folder, specifically:
  • MONGODB_URI
    
  • JWT_SECRET
    
  • GOOGLE_CLIENT_ID
    
  • GOOGLE_CLIENT_SECRET
    
  • SESSION_SECRET
    
  • OPENAAI_KEY
    
  • rename fields in raw data table, mapping below:
  • Question: question
  • Question Description: questionDesc
  • Answer: answer,
  • Company Name: companyName,
  • Created At: createdAt
  • Created By: createdBy,
  • Updated At: updatedAt,
  • Updated By: updatedBy,
  • Assigned To: assignedTo,
  • Properties: properties,
  • import raw data to MongoDB: mongoimport --uri mongodb+srv://:@/questify-ai-db --collection docs --type CSV --headerline --file
  • launch server: node | nodemon server.js from root folder
  • launch client: npm start from client folder

About

Questify is a revolutionary AI-powered platform to help SMEs ensure compliance with regulations through effective and efficient Q&A management

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors