ardakaragoz / tubitakonlinedb

My Repository for https://tubitak.gov.tr for making an online db system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tubitakonlinedb

My Repository for https://tubitak.gov.tr for making an online db system.

This repository has in a developing situation. So it is only for it's Back-End Node.js version. It will be updated in next months. And I will publish it's full version as https://github.com/ardakaragoz/onlinedb

// Example, you have domain and your URL is xxx.com
const get = //SOMETHING TO MAKE A REQUEST MODULE OR CODE
get('xxx.com/yaz/YOUR_KEY/data1/HelloWorld')
//And it will returns as your json file like this:
{
"data1": "HelloWorld"
}

In Basic, this module is for Online Database System with JSON for my school project. Good days :) !

About

My Repository for https://tubitak.gov.tr for making an online db system.

License:MIT License


Languages

Language:TypeScript 47.5%Language:JavaScript 40.5%Language:EJS 6.2%Language:HTML 5.0%Language:Batchfile 0.8%