📄️ Authentication
By default a user with mail admin@admin.local is created
📄️ Database Migrations
Trajectory Trace uses diesel.rs for applying database migrations.
📄️ Database Queries
The backend depends on sqlx for interfacing with the PostgreSQL database.
📄️ GraphQL Queries
For modifying existing and creating new GraphQL queries, you can make use of the Apollo GraphQL Client.