Skip to content

Commit 073d3d5

Browse files
Demo Appsmithbrayn003
Demo Appsmith
authored andcommitted
System generated commit, initial commit
0 parents  commit 073d3d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+11285
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_primary.png)
2+
3+
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.
4+
5+
![](https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/images/integrations.png)
6+
7+
### [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)
8+
9+
##### You can visit the application using the below link
10+
11+
###### [![](https://assets.appsmith.com/git-sync/Buttons.svg) ](http://localhost/applications/649e9cfa88bc760ba2801730/pages/649e9cfa88bc760ba2801736) [![](https://assets.appsmith.com/git-sync/Buttons2.svg)](http://localhost/applications/649e9cfa88bc760ba2801730/pages/649e9cfa88bc760ba2801736/edit)

application.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"pages": [
3+
{
4+
"id": "ListingAndReviews",
5+
"isDefault": true
6+
},
7+
{
8+
"id": "CountryFlags",
9+
"isDefault": false
10+
},
11+
{
12+
"id": "Public.astronauts",
13+
"isDefault": false
14+
},
15+
{
16+
"id": "Widgets",
17+
"isDefault": false
18+
}
19+
],
20+
"viewMode": false,
21+
"appIsExample": false,
22+
"unreadCommentThreads": 0,
23+
"color": "#D9E7FF",
24+
"icon": "laptop",
25+
"unpublishedCustomJSLibs": [
26+
{
27+
"uidString": "jsonwebtoken_/libraries/[email protected]"
28+
}
29+
],
30+
"publishedCustomJSLibs": [],
31+
"evaluationVersion": 2,
32+
"applicationVersion": 2,
33+
"collapseInvisibleWidgets": true,
34+
"isManualUpdate": false,
35+
"deleted": false
36+
}

datasources/mongo-TED.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mongo-TED",
3+
"pluginId": "mongo-plugin",
4+
"messages": [],
5+
"isAutoGenerated": false,
6+
"deleted": false,
7+
"gitSyncId": "64953a368c164921a65b7f05_64953aca8c164921a65b7f13"
8+
}

datasources/mysql-TED.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mysql-TED",
3+
"pluginId": "mysql-plugin",
4+
"messages": [],
5+
"isAutoGenerated": false,
6+
"deleted": false,
7+
"gitSyncId": "64953a368c164921a65b7f05_64953aea8c164921a65b7f17"
8+
}

datasources/postgres-TED.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "postgres-TED",
3+
"pluginId": "postgres-plugin",
4+
"messages": [],
5+
"isAutoGenerated": false,
6+
"deleted": false,
7+
"gitSyncId": "64953a368c164921a65b7f05_64953a578c164921a65b7f0e"
8+
}

jslibs/[email protected]

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "jsonwebtoken",
3+
"uidString": "jsonwebtoken_/libraries/[email protected]",
4+
"accessor": [
5+
"jsonwebtoken"
6+
],
7+
"url": "/libraries/[email protected]",
8+
"version": "8.5.1",
9+
"defs": "{\"!name\":\"LIB/jsonwebtoken\",\"jsonwebtoken\":{\"decode\":{\"!type\":\"fn()\",\"prototype\":{}},\"verify\":{\"!type\":\"fn()\",\"prototype\":{}},\"sign\":{\"!type\":\"fn()\",\"prototype\":{}},\"JsonWebTokenError\":{\"!type\":\"fn()\",\"prototype\":{\"message\":{\"!type\":\"string\"},\"toString\":{\"!type\":\"fn()\"}}},\"NotBeforeError\":{\"!type\":\"fn()\",\"prototype\":{}},\"TokenExpiredError\":{\"!type\":\"fn()\",\"prototype\":{}}}}",
10+
"deleted": false,
11+
"policies": [],
12+
"userPermissions": []
13+
}

metadata.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"clientSchemaVersion": 1,
3+
"serverSchemaVersion": 6,
4+
"fileFormatVersion": 4
5+
}

0 commit comments

Comments
 (0)