
I installed appwrite and appwrite-cli, I need to create a user, but I can't use the web interface to create it, only bash(appwrite-cli) and curl(REST API), but to create a user using appwrite-cli, I need to create a project(appwrite init project) to create a project, you need to log in, to log in, you need to create a user, it turns out a vicious circle. In general, the task is to install appwrite on a clean Linux system (done) and create a user, but without using the web interface. Please tell me how to do this, you can only use appwrite-cli and curl.

Installed using this tutorial https://dev.to/appwrite/installing-appwrite-366o

After you've install Appwrite use the console to create a user The option to create a user through the signup is available for one user Also, Check this
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- keep getting cached data from db
I keep getting cached data from db queries. In my case I query data during build time for building a static nextjs app. sometimes (and very randomly) I get old ...
