Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.6 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.6 KB

Springboot REST API + VUE.js

Studying how to create a REST API using Springboot and Vue.js.

  • Idea
  • Springboot
  • Vue.js

Idea

   This project aims to create a beautiful web application based on a REST API that provides information about products.

Springboot

   Springboot is really easy to use and building apps like this become intuitive. To start a new one, we can use this tool and then select wich dependencies we want. Recommended: JPA, Starter Web, Devtools, Swagger2, Postgres. (all of our resources are origin from a postgres database)
   You can visit the springboot folder to access the related repository part.

   The finished API documentation made with Swagger can be found Here.

Vue.js

   Vue.js is kinda "new", it's great for fast development, and it also has a great community and docummentation. So I decided to learn it and use in this project (and others).

   You can click here to access the related repository part.
   You can click here to access the web app.