Skip to content

aizmary/ethics-quest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS489 EthicsQuest

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.

How to Run

Prerequisites

Ensure you have the following installed:

  • Node.js (v16 or higher)
  • npm (Node Package Manager)

Frontend

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
    

The frontend will run on http://localhost:5173.

Backend

  1. Navigate to the backend directory:
    cd backend
  2. Install dependencies:
    npm install
  3. Start the backend server:
    node index.js
    

The backend will run on http://localhost:5000.

Contact

For questions or collaboration inquiries, contact:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages