Welcome to the ZenuX project! This application is designed to help you search and manage tickets effortlessly.
To run this project on your Mac, you'll need to follow these simple steps.
Make sure you have Docker Desktop installed and running.
Before running the app for the first time, you need to give your Mac permission to execute the start and stop scripts.
- Open the Terminal app (found in Applications > Utilities).
- Type
cdfollowed by a space, then drag the project folder into the Terminal window and press Enter. - Copy and paste the following command and press Enter:
chmod +x start_app.sh stop_app.shTo launch everything, simply double-click the start_app.sh file or run it from the terminal:
./start_app.shOnce it finishes building, you can access the app at:
- Web UI: http://localhost:5174
- Backend API: http://localhost:8085
When you're done, double-click stop_app.sh or run:
./stop_app.shfrontend/: All the user interface code.backend/: The logic and API connections..env: Your configuration and credentials.


