Complete Application in SpringBoot API and React UI - InventoryMS Begins!

Finally we begin a 6-week tutorial on creating a complete fullstack application (InventoryMS) using React in for the UI and SpringBoot API at the backend. We’ll store the data in MySQL but we’ll demostrate how to store/migrate the data to PostgreSQL as well. You can find the assets here 👉 Procedure page for the Spring Boot API - 👉 Procedure page for the React UI - The SpringBoot REST API covers: ✅ JWT Authentication ✅ Spring JPA Auditing ✅ API Documentation ✅ Security The React UI covers: ✅ React Routing ✅ React Hooks ✅ Use of Request Interceptions ✅ Basic and JWT Authentication ✅ Table Management ✅ User Profiles ✅ Working with Images and file uploads ✅ Deployment to Azure, AWS and more!
Back to Top