not sure if this has been answered or not yet, but I have a question about adding a CMS on top of a new or existing Java spring boot application.
In the long term, admins or users with higher permissions will be able to upload videos or stream video off the site directly. Also including chat, forum posts, comments, etc,. This all seems like CMS stuff, but I want to have the flexibility of writing the app from scratch. Do I need to create a custom CMS within the app to handle this? Are there existing libraries or tools that can be used? Definitely a beginner with this stuff and I don’t know where to ask.
Comments
Post a Comment