Spring Boot Rest CRUD API example with Vuejs

springboot-vuejs-crud

Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.

Things todo list:

  1. Clone this repository: git clone https://github.com/hendisantika/springboot-vuejs-crud.git
  2. Go inside backend folder: cd backend
  3. Run Spring Boot App: mvn clean spring-boot:run
  4. Go inside frontend folder: cd frontend
  5. Run VueJS: npm install && npm run serve
  6. Open your favorite browser: http:/localhost:8081

Image Screen shot

Home Page

Home Page

Add New Tutorial

Add New Tutorial

Success

List All Tutorials

List All Tutorials

List All Tutorials

Edit Tutorial

Edit Tutorial

Update Tutorial

Download Details:

Author: hendisantika

Source Code: https://github.com/hendisantika/springboot-vuejs-crud

#vue #vuejs #javascript

Spring Boot Rest CRUD API example with Vuejs
16.10 GEEK