A full-stack demo application for managing 3D printers with React.js frontend and Spring Boot backend.
- React.js
- Material-UI (MUI)
- Tailwind CSS
- Java Spring Boot
Start Backend:
cd backend
./mvnw clean install
./mvnw spring-boot:run Start Frontend:
cd frontend
npm install
npm start