lowcoderorg/lowcoder-ce-api-service

By lowcoderorg

Updated 2 days ago

Create software applications for your Company and your Customers with minimal coding experience.

Image
Content Management System
Languages & Frameworks
Developer Tools

10K+

Lowcoder

This is the only Platform, which closes the gap between App Development, Website Development and Slide-Presentations.

Create software applications (internal and customer-facing!) and Meeting/Collaboration tools for your Company and your Customers with minimal coding experience.

Lowcoder is the best Retool, Appsmith or Tooljet Alternative.

📢 Use Lowcoder in 3 steps

  1. Connect to any data sources or APIs.
  2. Build UI with 60+ components.
  3. Share with colleagues and customers.

Lowcoder wants to take a step forward. More specifically, Lowcoder is:

  • An all-in-one IDE to create internal or customer-facing (external) apps.
  • A place to create, build and share building blocks of web applications.
  • The tool and community to support your business, and lower the cost and time to develop interactive applications.
  • The only platform to embed Lowcode Apps natively in Websites (no iFrame!)
  • The only platform where you can build your own Meeting Tool - like Teams, Zoom or Google Meets, - just in the Lowcode way.

🪄 Features

  • Visual UI builder with 50+ built-in components. Save 90% of time to build apps.

  • Modules for reusable (!) component sets in the UI builder.

  • Embed Lowcoder Apps as native parts of any Website instead of iFrame (!). Demo

  • Video Meeting Components to create your own individual Web-Meeting tool.

  • Query Library for reusable data queries of your data sources.

  • Custom components to develop own components and use them in the UI builder.

  • Native Data connections to PostgreSQL, MongoDB, MySQL, Redis, Elasticsearch, REST API, SMTP, etc.

  • Stream Data connections to Websockets for realtime data updates & collaboration

  • JavaScript supported everywhere to transform data, control components, etc.

  • Role-based access control (RBAC) for granular permission management.

  • Auto-saved and restorable history for release and version control.

  • App Themes and Theme Editor to precisely align with your company's brand guidelines.

  • Self Hosting to use Lowcoder in your internal company network, even behind the firewall.

  • Free Community Cloud to start within a minute and build your first Apps. Start here

👐 Support and Community

If you have any questions, please feel free to contact us or share them with our community. Our team is here ready to help. And we mean it... Day by day!

📮 Best way is to chat with us on Discord

📑 Search for solutions in our Documentation

🔎 Submit an issue here on GitHub

💻 Deployment - the standalone Lowcoder api-service image.

This image contains the central Java Backend (API) Service, which is needed to run Lowcoder platform in a multi-image setup. You can scale the API-Service independently, as the state is managed via Redis. Please also have a look to the docker-compose file. The API Service needs the "Node-Service", a MongoDB as central data store and a redis for state handling in bigger infrastructure installations.

Configuration

The Image can be configured by setting environment variables.

Environment variableDescriptionValue
LOWCODER_PUIDID of user running services. It will own all created logs and data.9001
LOWCODER_PGIDID of group of the user running services.9001
LOWCODER_MONGODB_URLMongo database connection stringmongodb://localhost:27017/lowcoder?authSource=admin
LOWCODER_REDIS_URLRedis server URLredis://localhost:6379
LOWCODER_DB_ENCRYPTION_PASSWORDEncryption passwordlowcoder.org
LOWCODER_DB_ENCRYPTION_SALTSalt used for encrypting passwordlowcoder.org
LOWCODER_CORS_DOMAINSCORS allowed domains*
LOWCODER_MAX_ORGS_PER_USERDefault maximum organizations per user100
LOWCODER_MAX_MEMBERS_PER_ORGDefault maximum members per organization1000
LOWCODER_MAX_GROUPS_PER_ORGDefault maximum groups per organization100
LOWCODER_MAX_APPS_PER_ORGDefault maximum applications per organization1000
LOWCODER_MAX_DEVELOPERSDefault maximum developers100
LOWCODER_MAX_QUERY_TIMEOUTLowcoder max query timeout (in seconds)120
LOWCODER_MAX_REQUEST_SIZELowcoder max request size20m
LOWCODER_WORKSPACE_MODESAAS to activate, ENTERPRISE to switch off - WorkspacesSAAS
LOWCODER_EMAIL_SIGNUP_ENABLEDControl is users can create their own Workspace when Sign Uptrue
LOWCODER_EMAIL_AUTH_ENABLEDControl to show the eMail Login after Admin user is settrue

Docker Pull Command

docker pull lowcoderorg/lowcoder-ce-api-service