W
Wasp12mo ago
terrence

Is there a detail tutorial to add pages and actions?

Hi, I'm new to opensaas, I set up everything, and it works, right now I'm trying to add new pages, and methods calling 3rd party APIs, and display the result, it cannot request directly from client side because of CORS issue, so I try to modify the server like actions, main.wasp, but I'm still bit confused, do we have like detailed tutorial how to add those? I checked wasp doc, still not clear, if we have some examples on top of opensaas, it would be great, thank you.
3 Replies
martinsos
martinsos12mo ago
Yup we have this: https://wasp-lang.dev/docs/tutorial/queries ! If still not clear, let us know what exactly is confusing you!
5. Querying the Database | Wasp
We want to know which tasks we need to do, so let's list them!
noamico
noamico12mo ago
upping this ^^^^ this is the most important part. as its nice to have the boilerplate opensaas but the real utility is building on top of that an actual app and not just using the default auth/payments
martinsos
martinsos11mo ago
@noamico what do you think would be the most helpful, how would you imagine these materials to look like? What about original Wasp tutorial (https://wasp-lang.dev/docs/tutorial/create) -> is that too low-level?
1. Creating a New Project | Wasp
You'll need to have the latest version of Wasp installed locally to follow this tutorial. If you haven't installed it yet, check out the QuickStart guide!

Did you find this page helpful?