System generated commit, initial commit
This commit is contained in:
commit
fbfe26ac02
5 changed files with 67 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|

|
||||||
|
|
||||||
|
This app is built using Appsmith. Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop components to build dashboards, write logic with JavaScript objects and connect to any API, database or GraphQL source.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### [Github](https://github.com/appsmithorg/appsmith) • [Docs](https://docs.appsmith.com/?utm_source=github&utm_medium=social&utm_content=appsmith_docs&utm_campaign=null&utm_term=appsmith_docs) • [Community](https://community.appsmith.com/) • [Tutorials](https://github.com/appsmithorg/appsmith/tree/update/readme#tutorials) • [Youtube](https://www.youtube.com/appsmith) • [Discord](https://discord.gg/rBTTVJp)
|
||||||
|
|
||||||
|
##### You can visit the application using the below link
|
||||||
|
|
||||||
|
###### [ ](http://localhost:8080/applications/691b46ce6a9b193a4593b288/pages/691b46ce6a9b193a4593b28a) [](http://localhost:8080/applications/691b46ce6a9b193a4593b288/pages/691b46ce6a9b193a4593b28a/edit)
|
||||||
13
application.json
Normal file
13
application.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"appIsExample": false,
|
||||||
|
"applicationVersion": 2,
|
||||||
|
"collapseInvisibleWidgets": true,
|
||||||
|
"color": "#F5D1D1",
|
||||||
|
"evaluationVersion": 2,
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"id": "Page1",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
metadata.json
Normal file
6
metadata.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"artifactJsonType": "APPLICATION",
|
||||||
|
"clientSchemaVersion": 2,
|
||||||
|
"fileFormatVersion": 5,
|
||||||
|
"serverSchemaVersion": 12
|
||||||
|
}
|
||||||
32
pages/Page1/Page1.json
Normal file
32
pages/Page1/Page1.json
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"gitSyncId": "691b46ce6a9b193a4593b288_69ab4023-35ba-4a87-b74b-cde79a516e80",
|
||||||
|
"unpublishedPage": {
|
||||||
|
"layouts": [
|
||||||
|
{
|
||||||
|
"dsl": {
|
||||||
|
"backgroundColor": "none",
|
||||||
|
"bottomRow": 5000,
|
||||||
|
"canExtend": true,
|
||||||
|
"containerStyle": "none",
|
||||||
|
"detachFromLayout": true,
|
||||||
|
"dynamicBindingPathList": [],
|
||||||
|
"dynamicTriggerPathList": [],
|
||||||
|
"leftColumn": 0,
|
||||||
|
"minHeight": 1292,
|
||||||
|
"parentColumnSpace": 1,
|
||||||
|
"parentRowSpace": 1,
|
||||||
|
"rightColumn": 4896,
|
||||||
|
"snapColumns": 64,
|
||||||
|
"snapRows": 124,
|
||||||
|
"topRow": 0,
|
||||||
|
"type": "CANVAS_WIDGET",
|
||||||
|
"version": 94,
|
||||||
|
"widgetId": "0",
|
||||||
|
"widgetName": "MainContainer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "Page1",
|
||||||
|
"slug": "page1"
|
||||||
|
}
|
||||||
|
}
|
||||||
5
theme.json
Normal file
5
theme.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"displayName": "Modern",
|
||||||
|
"isSystemTheme": true,
|
||||||
|
"name": "Default-New"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue