Install LowCodeJS
Follow these steps to get your platform running
Prerequisites
Before getting started, make sure you have the following software installed:
Disk Space
At least 10GB of free disk space required for Docker images and data.
Download the files
Download the necessary files from the official repository:
Create configuration file
Copy the example file to create your configuration file:
Run the setup script
The script will generate JWT credentials and update the .env file automatically:
Review environment variables
Open the .env file and review the configuration variables. Adjust according to your environment: URLs (localhost, IP or domain), database credentials, email settings (optional for password recovery), among others.
Start the containers
Run the Docker Compose command to start all services:
Run initial seed
Execute the seed command to create the initial admin user:
Access the application
Platform Ready!
Your LowCodeJS instance is up and running
Next Steps
- Create your first collection
- Invite your team members
- Explore the REST API