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
- 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 ...