User Generated Content

Just a general question,

Is it possible to create an app which creates a unique user profile on sign up and for them to be able to post content? I’m referring to the basic features of a social network. Another example would be Wikipedia where a user can create new webpages within the site. Really just wondering if this kind of thing is possible in Wappler and generally what tools you’d have to learn to do this.

Thanks!

Short answer: Yes, using Wappler.

Long Answer: This is a very broad question and involves using all of Wappler, both frontend and backend. A good place to start is https://docs.wappler.io/t/security-and-login/2836. Furthermore, you will need to create CRUD (Create, Read, Update and Delete) operation on the server. https://docs.wappler.io/t/server-connect-introduction/2835 will be of assistance here. After that, you will need to create the user interface to be able to perform the different operations and create a nice frontend to display the information.

3 Likes