hope you are having a great day. I will get straight to the point, I have an application in Spring. I am using API calls from postman to retrieve my data. Now I am asked to implement a front-end but without a framework, I was told that only ajax and javascript should do the trick. How would I be able to implement this? Keep in mind it is not an MVC application, but rather an API. Thanks in advance
Asked
Active
Viewed 168 times
1 Answers
0
Several ways of doing so ! You can use
- Javascript
- Jquery
- Angular JS
Check if below article helps How to call a REST web service API from JavaScript?

Harsh
- 812
- 1
- 10
- 23