Getting Started
Getting Started This section helps you set up Enfyra, sign in for the first time, create your first table, and manage records through the admin app. If you are new to Enfyra, follow the pages in order. If you already have an instance running, use the quick navigation below to jum
Getting Started
Getting Started This section helps you set up Enfyra, sign in for the first time, create your first table, and manage records through the admin app. If you are new to Enfyra, follow the pages in order. If you already have an instance running, use the quick navigation below to jum
Enfyra Installation Guide
Enfyra Installation Guide Prerequisites Node.js >= 20.0.0 Package manager (npm ≥8.0.0, yarn ≥1.22.0, or bun ≥1.0.0) Database server (MySQL, PostgreSQL, or MongoDB — MariaDB works via the mysql:// protocol) Redis server OR use Docker for a complete all-in-one setup (recommended fo
Getting Started
Getting Started After completing the installation of both Enfyra backend and app, follow these steps to get started. New to Enfyra? Start with the Installation Guide to set up your backend and frontend. First Login Navigate to your Enfyra app (default: http://localhost:3000 ) You
Table Creation Guide
Table Creation Guide This guide walks you through creating your first table in Enfyra, from basic setup to understanding what happens after creation. Prerequisites : Make sure you've completed Installation and are familiar with the Getting Started Guide . Accessing Table Creation
Data Management
Data Management Data Management is where you create, view, edit, and delete records in your tables. After creating tables, you can access your data through Data in the sidebar, then select your table. Prerequisites : - Complete Installation and Getting Started Guide - Create at l
Enfyra Docker - Usage Guide
Enfyra Docker - Usage Guide New to Enfyra? See the Installation Guide for complete setup instructions, including Docker and manual installation options. Overview The enfyra/enfyra image can run in 3 different modes : all (default) - Run both server + app + embedded services serve