Skip to content

Commit

Permalink
System generated commit, initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
testusername committed Sep 20, 2022
0 parents commit 1734c4e
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_primary.png)

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.

![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/images/integrations.png)

### [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

###### [![](https://assets.appsmith.com/git-sync/Buttons.svg) ](Cypress/applications/6329895f6743a908515b7282/pages/6329895f6743a908515b7285) [![](https://assets.appsmith.com/git-sync/Buttons2.svg)](Cypress/applications/6329895f6743a908515b7282/pages/6329895f6743a908515b7285/edit)
17 changes: 17 additions & 0 deletions application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"pages": [
{
"id": "Page1",
"isDefault": true
}
],
"viewMode": false,
"appIsExample": false,
"unreadCommentThreads": 0,
"color": "#FFEFDB",
"icon": "line-chart",
"evaluationVersion": 2,
"applicationVersion": 2,
"isManualUpdate": false,
"deleted": false
}
5 changes: 5 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"clientSchemaVersion": 1,
"serverSchemaVersion": 6,
"fileFormatVersion": 2
}
43 changes: 43 additions & 0 deletions pages/Page1/canvas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"unpublishedPage": {
"name": "Page1",
"slug": "page1",
"layouts": [
{
"viewMode": false,
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 4896,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 5000,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 63,
"minHeight": 1292,
"dynamicTriggerPathList": [],
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": []
},
"layoutOnLoadActions": [],
"validOnPageLoadActions": true,
"id": "Page1",
"deleted": false,
"policies": [],
"userPermissions": []
}
],
"userPermissions": [],
"policies": []
},
"deleted": false,
"gitSyncId": "6329895f6743a908515b7282_6329895f6743a908515b7284"
}
6 changes: 6 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Default",
"displayName": "Modern",
"isSystemTheme": true,
"deleted": false
}

0 comments on commit 1734c4e

Please sign in to comment.