PromucFlow_constructor/app/server
Arpit Mohan 1b18c4d6b3 Writing the initial test and implementation for the application user invite flow.
The permissions are being translated to the application domain. Need to also be translated to the page & action domain.
2020-04-02 13:21:01 +05:30
..
appsmith-interfaces * Adding CustomRepository interfaces and implementations to all the domain objects in the classpath 2020-04-01 10:00:18 +05:30
appsmith-plugins Rest API and Rapid api plugin url encode the query parameters. The Providers returned are sorted by sortOrder in ascending order 2020-03-18 20:35:50 +05:30
appsmith-server Writing the initial test and implementation for the application user invite flow. 2020-04-02 13:21:01 +05:30
mongo-seed Remove findByName method for Organization domain. 2020-03-27 14:52:25 +00:00
.gitignore Adding the policy hierarchy graph and the lateral policy graph 2020-03-16 10:46:28 +05:30
.gitlab-ci.yml
build.sh
buildpack-run.sh
docker-compose.yml
Dockerfile
entrypoint.sh
pom.xml Another WIP commit. 2020-03-04 18:57:46 +05:30
Procfile
README.md
system.properties

Appsmith Server

This is the server-side repo for the Appsmith framework.

How to build

$ ./build.sh <arguments>

For example:

$ ./build.sh -DskipTests

This will

  1. Compile the code
  2. Generate the jars for server & plugins
  3. Copy them into the dist directory

How to run

$ cd ./dist
$ java -jar -Dspring.profiles.active=$env server-1.0-SNAPSHOT.jar