I have a main project on the appwrite console.
Once a user signs up I want to create a project for that user.
Basically, I want to achieve multitenancy.
What's the best way to create the projects programmatically?
TL;DR
The developer wants to know how to create projects programmatically or via API in the appwrite console for achieving multitenancy. They are looking for the best method to create projects for users.