I’ve installed Directus, but I only see a login screen, not registration. How do I register? I registered on this website, but I can’t use that email ID on my self-hosted
Maybe you unknowingly setup an admin user via environment variables ADMIN_EMAIL and ADMIN_PASSWORD. In that case you are not initially prompted to create an admin account.
I’m new to Directus and recently started the “100 Apps in 100 Hours” video series. I’m impressed by Directus’s potential and excited about learning to set up a database, but I feel I need a better grasp of data modeling and the bigger picture of why databases are structured in certain ways. I’m also new to databases in general and PostgreSQL, which I want to use with Directus. While following the tutorials, I struggle to understand the overall purpose of the steps. Are there additional resources, videos, or a recommended sequence of topics I should explore alongside the “100 Apps in 100 Hours” series to better understand data modeling and databases?
Hello mouse7, Directus is a layer on top of the database. So all standard schema practices apply to how Directus works. Directus is just the layer that makes it easier to create forms to interact with your data model, and an API to allow other applications (front ends, mobile apps, other enterprise software, etc). So you should do some research on database schema modeling so you understand how and why databases are structured. Then you will be able to use Directus as a tool to impliment that, or utilize it.
I recently tried to create the database by using a JSON script and using the import function to set up the database, but I got an error message – Invalid payload
What does this mean?
Also, if you use a tutorial as a way to set up the database, can you change or rename the datasets? I noticed that when I start a new collection, I couldn’t change the name
You can use nuxt to build the web application and use the Directus as a backend
– ahmad_quvor