Rank 1: Thread
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?
Votes
0
Replies
5
Participants
Unknown
Messages
6
Rank 1: Thread
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?
Rank 1: Thread
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
Rank 1: Thread
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