'How can I implement frontend in API without using a framework?
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
Solution 1:[1]
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Harsh |
