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

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

Notifications You must be signed in to change notification settings

kammradt-archives/products-springboot-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published