I have created a Rest API using springBoot and using Postman for creating GET, POST, PUT ,Delete Requests. To display data to enduser i am using Angular . My Application is Read only for enduser , and hence i am calling only Get Requests from my Angular code.
I need to create user friendly interface for admin, to input data using forms and suitable options.
Should i create another angular application for admin, or is it possible using springboot also,
I am also wondering if i will be able to Live my Client as well as Admin application on Same url or i would have to buy 2 url , one for client and one for admin.