Skip to content

Open sourced component to install to 4d server as mobile app back end

License

Notifications You must be signed in to change notification settings

4d/4D-Mobile-App-Server

Repository files navigation

4D Mobile App Server

language language-top code-size release

Utility methods to speed up the 4D Mobile App backend coding.

Usage

Utility method to implement On Mobile App... database methods

Wrap input from On Mobile App... database methods into these classes to get utility functions.

Without classes (Previous 4D Version)

Without classes some functionnalities are still available.

Others features

Installation

Download this component and add it to your base Components folder. Be sure to name it .4dbase

What follows contains more detailled instructions

Download artefact or sources

1️⃣ Download sources using github Download button, or by going to a specific release and getting sources

2️⃣ Then unzip into your Components folder, and rename it folder to 4D-Mobile-App.4dbase if needed

💡 if your are in git a repository Adding Components or Components/4D-Mobile-App-Server.4dbase in your .gitignore file is recommended

🍎 On macOS the following command line will do the job for you. Open a terminal, go to your component root folder (cd /your/base/path/) and type:

curl -sL https://raw.githubusercontent.com/4d/4D-Mobile-App-Server/main/download.sh | sh

Using git

Go to your component root folder (cd /your/base/path/)

and clone it

git clone git@github.com:4d/4D-Mobile-App-Server.git Components/4D-Mobile-App-Server.4dbase

or using submodule if you use already git as vcs

git submodule add git@github.com:4d/4D-Mobile-App-Server.git Components/4D-Mobile-App-Server.4dbase

License

See the LICENSE file for details

Contributing

See CONTRIBUTING guide.

About

Open sourced component to install to 4d server as mobile app back end

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages