{"id":21279090,"url":"https://github.com/cttricks/nodejs-tinywebdb","last_synced_at":"2025-06-26T19:37:36.194Z","repository":{"id":192028821,"uuid":"397300503","full_name":"cttricks/NodeJS-TinyWebDB","owner":"cttricks","description":"Using Node Server For TinyWebDB Component - Appinventor | Niotron","archived":false,"fork":false,"pushed_at":"2021-08-17T16:20:59.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T13:42:30.696Z","etag":null,"topics":["appinventor","cpanel","database","ftp","niotron","nodejs","tinywebdb","vps"],"latest_commit_sha":null,"homepage":"https://cttricks.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cttricks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-17T15:11:03.000Z","updated_at":"2021-08-17T17:34:17.000Z","dependencies_parsed_at":"2023-09-02T06:43:06.915Z","dependency_job_id":null,"html_url":"https://github.com/cttricks/NodeJS-TinyWebDB","commit_stats":null,"previous_names":["cttricks/nodejs-tinywebdb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cttricks/NodeJS-TinyWebDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cttricks%2FNodeJS-TinyWebDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cttricks%2FNodeJS-TinyWebDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cttricks%2FNodeJS-TinyWebDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cttricks%2FNodeJS-TinyWebDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cttricks","download_url":"https://codeload.github.com/cttricks/NodeJS-TinyWebDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cttricks%2FNodeJS-TinyWebDB/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262133477,"owners_count":23264221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appinventor","cpanel","database","ftp","niotron","nodejs","tinywebdb","vps"],"created_at":"2024-11-21T10:18:59.903Z","updated_at":"2025-06-26T19:37:36.164Z","avatar_url":"https://github.com/cttricks.png","language":"JavaScript","readme":"# NodeJS-TinyWebDB\nUsing Node Server For TinyWebDB Component - [Appinventor](https://appinventor.mit.edu) | [Niotron](https://niotron.com) \n\u003cbr\u003e\n\nIn this tutorial you'll get to know about hosting your **own TinyWebDB Instance** for FREE on any shared hosting.\u003cbr\u003e\nI'm assuming that you already have shared hosting and you are logged in to your cPanel.\n\u003cbr\u003e\n## ⚡️ Host your own TinyWebDB Instance\nNow follow the below given steps or [Click here](https://twbyt.cttricks.com) to watch tutorial video to setup Node Server.\n1. On cPanel, Under SOFTWARE section you'll get **Setup Node.js App** option. Click on that\n2. Click on **CREATE APPLICATION** button.\n3. Provide `Application root`, `Application URL`, `Application startup file`, and `Passenger log file`, Click create. \u003cbr\u003e \u003cbr\u003e\n![image|690x320](https://cttricks.com/xTinyDB/newpro3.png)\n\u003cbr\u003e\u003cbr\u003e\n4. Now got to file manager and on `/home/\u003cYour-Domain-Name\u003e/` you'll find `tinywebdb` folder as we have set `Application root` to **tinywebdb**. \n5. Inside this folder create `package.json` file and paste the below-given JSON\n\n```JSON\n{\n  \"name\": \"tinywebdb\",\n  \"version\": \"1.0.0\",\n  \"description\": \"Node JS Server For TinyWebDB - Ai2 Component\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"echo \\\"Error: no test specified\\\" \u0026\u0026 exit 1\"\n  },\n  \"keywords\": [],\n  \"author\": \"Ct tricks\",\n  \"license\": \"MIT\"\n}\n```\n6. Create another file `database.json` and paste the below-given demo data in that.\n```JSON\n{\n  \"tag1\": \"Hello_World\",\n  \"tag2\": \"Hello_Cttricks\"\n}\n\n```\n\n7. Now open `index.js` file and paste the codes of [index.js](https://raw.githubusercontent.com/cttricks/NodeJS-TinyWebDB/main/index.js) file of this repo \u0026 save it.\n8. On NodeJS panel `Stop App` and click `Run NPM Install` (Refresh the page if the button is still not clickable)\n9. Now click `START APP` button.\n\nNow visit your `Application URL`. It shoud `https://\u003cYour-Domain\u003e/tinywebdb/`. You can access it by clicking on the ↗️`open` button on the right side of Application URL. \n\u003cbr\u003e\u003cbr\u003e⚠️ Please note that,\u003cbr\u003e\nWhen you paste the `Application URL` in `Service URL` of TinyWebDB component, remove `/` from the end of the url. Example `https://\u003cYour-Domain\u003e/tinywebdb`\n\n\n## 🎯 Demo APP/AIA\nA demo app is made on [Niotron Builder](https://niotron.com) you can use my AIA file or can create your own on any appinventor clone.\u003cbr\u003e\u003cbr\u003e\n![image|690x320](https://cttricks.com/xTinyDB/newpro.png)\n![image|690x320](https://cttricks.com/xTinyDB/newpro2.png)\n\u003cbr\u003e\n\n## 🚀 Important Links\n- Watch [Tutorial Video](https://twbyt.cttricks.com) on YouTube\n- [Download](https://cttricks.com/xTinyDB/NodeTWD.apk) demo apk file\n- [Download](https://cttricks.com/xTinyDB/NodeTWD.aia) demo aia file\n\n\n\u003cbr\u003e\n\n**Enjoy your own TinyWebDB Service!** 🥳\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcttricks%2Fnodejs-tinywebdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcttricks%2Fnodejs-tinywebdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcttricks%2Fnodejs-tinywebdb/lists"}