EthicsQuest is an interactive web-based platform developed as part of the CS489: Computer Ethics and Social Issues course. This project enables university students to explore their ethical orientations through engaging scenarios, promoting self-awareness and moral reflection.
Ensure you have the following installed:
- Node.js (v16 or higher)
- npm (Node Package Manager)
- Navigate to the
frontenddirectory:cd frontend - Install dependencies:
npm install
- Start the development server:
npm run dev
The frontend will run on http://localhost:5173.
- Navigate to the backend directory:
cd backend - Install dependencies:
npm install
- Start the backend server:
node index.js
The backend will run on http://localhost:5000.
For questions or collaboration inquiries, contact:
- Aizirek Turdubaeva - aizturdubaeva18@kaist.ac.kr
- Martina Di Paola - martinadipaola@kaist.ac.kr
- Shakhnozakhon Yadgarova - yadgarova@kaist.ac.kr