Studying how to create a REST API using Springboot and Vue.js.
- Idea
- Springboot
- Vue.js
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 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.