I would like to set up my stack from an automation flow. is it possible to create an admin user, project and an apikey from a script?
Why do you need that? You mean creating a new user in the console?
I want to set up an entire project, db, collections, populate data and connect it to the web app with a click of a button. At the moment the manual steps are the project creation (its a self hosted stack)
With server side SDk you could create a script once you have created a project: https://appwrite.io/docs/references/cloud/client-web/databases
yea, but i wonder if i can also automate the project creation
look into what API calls are made when you do it from the Console...then do the same API calls in whatever script you write
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...