This project - SOSCI is a software developed based on an oscilloscopes and its features.
The goal of SOSCI is to empower oscilloscope users to unlock the full potential of their hardware and beyond. Our vision is to revolutionize the work of engineers with a cutting-edge, web-based application that streamlines their daily tasks.
Our mission is to provide a comprehensive, user-friendly solution for oscilloscope users, enabling them to achieve their goals more efficiently and effectively. We strive to deliver innovative and intuitive software that exceeds industry standards and elevates the user experience. Our commitment to performance drives us to continuously improve our product, and to always put the needs of our customer first.
Prerequisites:
- Make sure you have Docker installed with
docker -v
- Start the Docker daemon by running Docker Desktop or
dockerd
- docker-compose installes
- Enter the frontend directory:
cd Apps/
- Build & run the image:
docker-compose up --build
- Run detached the container:
docker-compose up -d
- Rebuild specific container:
docker-compose up -d --build <generator/backend/frontend>