René's URL Explorer Experiment


Title: Getting Started | Vue & Node admin panel framework

Open Graph Title: Getting Started | Vue & Node admin panel framework

Description: This page provides a step-by-step guide to quickly get started with AdminForth using the adminforth CLI.

Open Graph Description: This page provides a step-by-step guide to quickly get started with AdminForth using the adminforth CLI.

Opengraph URL: https://adminforth.dev/docs/tutorial/gettingStarted/

Generator: Docusaurus v3.7.0

direct link

Domain: adminforth.dev

twitter:cardsummary_large_image
og:imagehttps://adminforth.dev/img/og.jpg
twitter:imagehttps://adminforth.dev/img/og.jpg
og:localeen
docusaurus_localeen
docsearch:languageen
docusaurus_versioncurrent
docusaurus_tagdocs-default-current
docsearch:versioncurrent
docsearch:docusaurus_tagdocs-default-current
None1

Links:

Skip to main contenthttps://adminforth.dev/docs/tutorial/gettingStarted#__docusaurus_skipToContent_fallback
AdminForthhttps://adminforth.dev/
Tutorialhttps://adminforth.dev/docs/tutorial/gettingStarted/
APIhttps://adminforth.dev/docs/api/
Bloghttps://adminforth.dev/blog/
Live Demohttps://demo.adminforth.dev/
GitHubhttps://github.com/devforth/adminforth
Getting Startedhttps://adminforth.dev/docs/tutorial/gettingStarted/
Hello world app without CLIhttps://adminforth.dev/docs/tutorial/hello-world/
Glossaryhttps://adminforth.dev/docs/tutorial/glossary/
Branding and Theminghttps://adminforth.dev/docs/tutorial/Customization/branding/
Custom record field renderinghttps://adminforth.dev/docs/tutorial/Customization/customFieldRendering/
Virtual columnshttps://adminforth.dev/docs/tutorial/Customization/virtualColumns/
Hookshttps://adminforth.dev/docs/tutorial/Customization/hooks/
Limiting actions accesshttps://adminforth.dev/docs/tutorial/Customization/limitingAccess/
Custom pageshttps://adminforth.dev/docs/tutorial/Customization/customPages/
Alerts and confirmationshttps://adminforth.dev/docs/tutorial/Customization/alert/
Page Injectionshttps://adminforth.dev/docs/tutorial/Customization/pageInjections/
Actionshttps://adminforth.dev/docs/tutorial/Customization/Actions/
Menu & Headerhttps://adminforth.dev/docs/tutorial/Customization/menuConfiguration/
Data APIhttps://adminforth.dev/docs/tutorial/Customization/dataApi/
Securityhttps://adminforth.dev/docs/tutorial/Customization/security/
Standard pages tuninghttps://adminforth.dev/docs/tutorial/Customization/standardPagesTuning/
AdminForth Components Libraryhttps://adminforth.dev/docs/tutorial/Customization/afcl/
Websockethttps://adminforth.dev/docs/tutorial/Customization/websocket/
Deploy in Dockerhttps://adminforth.dev/docs/tutorial/deploy/
AdminForth Adaptershttps://adminforth.dev/docs/tutorial/ListOfAdapters/
CLI Commandshttps://adminforth.dev/docs/tutorial/CLICommands/
Usage of the loggerhttps://adminforth.dev/docs/tutorial/UsageOfLogger/
AuditLoghttps://adminforth.dev/docs/tutorial/Plugins/AuditLog/
Two-Factor Authentication Pluginhttps://adminforth.dev/docs/tutorial/Plugins/TwoFactorsAuth/
ForeignInlineListhttps://adminforth.dev/docs/tutorial/Plugins/ForeignInlineList/
Rich editorhttps://adminforth.dev/docs/tutorial/Plugins/RichEditor/
Text Completehttps://adminforth.dev/docs/tutorial/Plugins/text-complete/
Email password resethttps://adminforth.dev/docs/tutorial/Plugins/email-password-reset/
Import-Exporthttps://adminforth.dev/docs/tutorial/Plugins/import-export/
Open Signuphttps://adminforth.dev/docs/tutorial/Plugins/open-signup/
Internationalization (i18n)https://adminforth.dev/docs/tutorial/Plugins/i18n/
OAuth Authenticationhttps://adminforth.dev/docs/tutorial/Plugins/oauth/
Inline Createhttps://adminforth.dev/docs/tutorial/Plugins/inline-create/
List in place edithttps://adminforth.dev/docs/tutorial/Plugins/list-in-place-edit/
Markdownhttps://adminforth.dev/docs/tutorial/Plugins/markdown/
ForeignInlineShowhttps://adminforth.dev/docs/tutorial/Plugins/ForeignInlineShow/
Email Invitehttps://adminforth.dev/docs/tutorial/Plugins/email-invite/
Bulk AI Flowhttps://adminforth.dev/docs/tutorial/Plugins/bulk-ai-flow/
Universal Searchhttps://adminforth.dev/docs/tutorial/Plugins/universal-filters/
Login Captchahttps://adminforth.dev/docs/tutorial/Plugins/login-captcha/
User soft deletehttps://adminforth.dev/docs/tutorial/Plugins/user-soft-delete/
Clone rowhttps://adminforth.dev/docs/tutorial/Plugins/clone-row/
Many2Manyhttps://adminforth.dev/docs/tutorial/Plugins/many2many/
Uploadhttps://adminforth.dev/docs/tutorial/Plugins/05-0-upload/
Upload APIhttps://adminforth.dev/docs/tutorial/Plugins/05-1-upload-api/
Plugin development guidehttps://adminforth.dev/docs/tutorial/Advanced/plugin-development/
Working without direct database connectionhttps://adminforth.dev/docs/tutorial/Advanced/working-without-direct-database-connection/
https://adminforth.dev/
Hello World without CLIhttps://adminforth.dev/docs/tutorial/hello-world/
https://adminforth.dev/docs/tutorial/gettingStarted#prerequisites
https://adminforth.dev/docs/tutorial/gettingStarted#creating-an-adminforth-project
https://adminforth.dev/docs/tutorial/gettingStarted#understand-the-generated-project-structure
https://adminforth.dev/docs/tutorial/gettingStarted#initial-migration--future-migrations
https://adminforth.dev/docs/tutorial/gettingStarted#run-the-server
http://localhost:3500http://localhost:3500
https://adminforth.dev/docs/tutorial/gettingStarted#adminforth-basic-philosophy
https://adminforth.dev/docs/tutorial/gettingStarted#adding-an-apartments-model
https://adminforth.dev/docs/tutorial/gettingStarted#step-1-define-the-apartments-model-in-schemaprisma
https://adminforth.dev/docs/tutorial/gettingStarted#step-2-create-and-apply-the-migration
https://adminforth.dev/docs/tutorial/gettingStarted#step3-create-the-apartments-resource
https://adminforth.dev/docs/tutorial/gettingStarted#step-4-register-the-apartments-resource
https://adminforth.dev/docs/tutorial/gettingStarted#generating-fake-appartments
NextHello world app without CLIhttps://adminforth.dev/docs/tutorial/hello-world/
Prerequisiteshttps://adminforth.dev/docs/tutorial/gettingStarted#prerequisites
Creating an AdminForth Projecthttps://adminforth.dev/docs/tutorial/gettingStarted#creating-an-adminforth-project
Understand the generated Project Structurehttps://adminforth.dev/docs/tutorial/gettingStarted#understand-the-generated-project-structure
Initial Migration & Future Migrationshttps://adminforth.dev/docs/tutorial/gettingStarted#initial-migration--future-migrations
Run the Serverhttps://adminforth.dev/docs/tutorial/gettingStarted#run-the-server
AdminForth Basic Philosophyhttps://adminforth.dev/docs/tutorial/gettingStarted#adminforth-basic-philosophy
Adding an apartments Modelhttps://adminforth.dev/docs/tutorial/gettingStarted#adding-an-apartments-model
Step 1. Define the apartments Model in schema.prismahttps://adminforth.dev/docs/tutorial/gettingStarted#step-1-define-the-apartments-model-in-schemaprisma
Step 2. Create and Apply the Migrationhttps://adminforth.dev/docs/tutorial/gettingStarted#step-2-create-and-apply-the-migration
Step3. Create the apartments resourcehttps://adminforth.dev/docs/tutorial/gettingStarted#step3-create-the-apartments-resource
Step 4. Register the apartments Resourcehttps://adminforth.dev/docs/tutorial/gettingStarted#step-4-register-the-apartments-resource
Generating fake appartmentshttps://adminforth.dev/docs/tutorial/gettingStarted#generating-fake-appartments
Tutorialhttps://adminforth.dev/docs/tutorial/gettingStarted/
Live Demohttps://demo.adminforth.dev/
APIhttps://adminforth.dev/docs/api/
Blog Archivehttps://adminforth.dev/blog/archive/
Find anythinghttps://adminforth.dev/search/
DevForth.iohttps://devforth.io
We can develop admin panel for your projecthttps://devforth.io/contact
GitHubhttps://github.com/devforth/adminforth

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.