Skip to content

rmatsuda21/VizUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

VizUI

Welcome to VizUI 👋

Have you ever wanted to create a full-stack GUI application but didn't want to spend countless hours creating the application?

Then VizUI is the application for you! 🤩

Alt Text

Through the power of Qt Creator, an interactive GUI designer, you can create a fully functional full-stack GUI application from a simple UI (XML) file!

🚀 Features 🚀

  • Clean and customizable UI, created through MUI.
  • Socket communication between client and server
  • Database I/O (MongoDB)
  • Full route control through Express

💻 Setup 💻

Requirements

  • Node.js

Install

  1. Run npm install in both /server and /client.
  2. To run server, run node index.js in /server.
  3. To run client, run npm start in /client.