Skip to content

aphrc-nocode/no-code-prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-Code Platform – Production Deployment

This repository lets you deploy the latest No-Code App directly from Docker Hub. It includes automatic image updates — no rebuilds or manual pulls required.


Quick Start

Prerequisites

Make sure you have:

  • Docker
  • Docker Compose
  • Linux OS (or WSL) - (OPTIONAL)
    • Window users can also run the APP via WSL. See WSL for installation instructions.

Deploy the App

Clone this repository:

git clone https://github.com/aphrc-nocode/no-code-prod.git
cd no-code-prod

Create file permission

chmod +x start.sh stop.sh

Start the App

./start.sh

The app can be accessed via http://localhost:3838 or http://127.0.0.1:3838

Stop the App

./stop.sh

Troubleshooting

  • Ensure docker has sudo access

About

No-Code Platform – Production Deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages