Go Java Full Stack With Spring Boot and Vue JS (Inc. Vuex)

Go Java Full Stack With Spring Boot and Vue JS (Inc. Vuex)

Description

In this course, we will create a new project like online-technology-shopping.

When I say online-technology-shopping application, we can think of it like that we will have a device-list page. Somehow users or customers will see these device-lists and they can buy one of them. Of course, at the end of it, this purchase will be stored and displayed later.

And we will implement this project using Spring Boot, VueJS, and PostgreSQL.

In our project, we will implement CRUD operations. These CRUD operations will be for users and devices. We will use users for user sign-in, sign-up and authorization operations. And we will use the devices for creating, editing, deleting device operations.

These CRUD operations will be requested from VueJS. So on the backend, we will create an infrastructure for these CRUD operations and on the frontend, we will serve them with the user interface.

Our project goes on with User and device operations.

Our main operations will be user login, register, book-list, create-device, delete-device etc.

Also, we will go on with the role based application. So we will use different roles like “Admin”, “User”. Then we will provide different authorizations to these users according to the role.

And this all things will be provided with a secure way in both Device and Spring Boot.

Leave a Reply