Skip to content

My Bachelor's thesis application for visualizing wicked problems with real-time multi-user support.

Notifications You must be signed in to change notification settings

MunzerDw/wicked-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is part of my Bachelor's thesis where I developed an application (frontend & backend) for visualizing wicked problems. During development, I had 2 separate repositories for frontend and backend. However, since they include Github secrets and have a long commit history, I put both codes into this one repository. You can visit https://wickedproblems.io and create an account. Please note that it is not mobile responsive. The application is being used today by the chair of Information Systems at the department of informatics at Technical University of Munich.

Frontend

To start the frontend client on your local machine (port 3000):

  1. Navigate to /frontend and install dependencies
cd frontend
yarn
  1. run code in dev environment
yarn develop

Backend

Similar to the frontend, to start the backend services on your local machine (port 4000):

  1. Navigate to /backend and install dependencies
cd backend
yarn
  1. run code in dev environment
yarn develop

Development details

I included the pages of my thesis where I explain in detail how the application was built.

About

My Bachelor's thesis application for visualizing wicked problems with real-time multi-user support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published