Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 781 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 781 Bytes

Notes

A simple crud application with spring boot and vue.js project

back-end: Spring Boot + Spring Data JPA + Swagger

front-end: Vue.js + Bootstrap4

Running the project

clone repository:

$ git clone https://github.com/111hunter/notes-app

Start the back-end service

$ cd spring-jpa-demo

$ mvn clean package

$ mvn spring-boot:run

Open browser on: http://localhost:8034/swagger-ui.html

Start the front-end service

$ cd blog-frontend

$ yarn serve

Open browser on: http://localhost:8080

Show on PC:

Show on Mobile: