Hello i am wondering how i would go about creating a sign up page that when you enter the information and click submit it will upload the data to a database and then you can use the username and password to login to another page on the app
Hello i am wondering how i would go about creating a sign up page that when you enter the information and click submit it will upload the data to a database and then you can use the username and password to login to another page on the app
Hello! This tutorial shows how to create login/sign up page http://docs.appery.io/tutorials/uploa.... To add data to DB you would need to make post request - please check our documentation here http://docs.appery.io/documentation/b.... Let us know if you still have any questions.