The uta-gms-frontend application’s main task is to provide access to the UTA-GMS system in a friendly and readable form to the end user. It is written entirely in JavaScript with the use of the React framework and connects to the uta-gms-backend using the REST protocol in order to retrieve data for display and send changes that the user wants to make. Inside the application users can create accounts, log in, browse their projects, edit them, and see the results of the UTA-GMS method.
- Prepare a
.env.localfile inside the main directory. Example:
VITE_BACKEND=http://localhost:8080
VITE_BACKEND- url to theuta-gms-backendapplication
- Execute commands (you can run it locally or inside Docker):
# LOCALLY:
npm i
npm run dev
# INSIDE DOCKER:
docker compose up
The app is fully responsive and also looks great on mobile devices! 📱




