Skip to content

Repository files navigation

Login2Xplore---JsonDB-Project

A small project to demonstrate the new technology - JsonDB.

⚠️ Warning !

Since the API uses Http-connection (and not Https) and all the web hosting servers only allow Https connections. So, This site faces the issue of sending and retrieving data. This issue will be resolved as the developers provide a secure connection to API. Although the illustrations are provided on the complete process. But still, if anyone wants to check this beautifully constructed page, Welcome !

Hosted Site link : https://login2xplore-project.herokuapp.com/index.html

Introduction

-This is a simple and elegant HTML, CSS, Js/jQuery Login/SignUp Page,
          to demonstrate the data sending & request handling over JsonPoweredDB-api for database management.
-This project uses JsonPoweredDB for the backend usage of saving all user's data in the JSON format.
-Being the most efficient database, the time taken to POST & GET user data from the database is almost null.
-Unlike SQL and relational databases, this JsonPoweredDB feels user and developer-friendly.

Easiest Syntax Usage :

// GET - Query

{
"token": "90xxx665|-319493xxxxx455903|90xxxxxx",
"cmd": "GET",
"dbName": "Company",
"rel": "Employee",
"jsonStr":{
    "empName": "Oshin Pojta"
    }
}

// INSERT - Query

{
  "token" : "90xxx665|-319493xxxxx455903|90xxxxxx",
  "cmd" : "PUT",
  "dbName" : "Emloyee",
  "rel" : "Emp-rel",
  "jsonStr" : {
    "name" : "Oshin Pojta",
    "email" : "Sujanian785@gmail.com",
    "mobile" : 7018516XXX,
    "address" : "Solan"
        }
}

If there is no Database named - 'Employee', It will automatically create a Database with the name without forcing developers to write code or throwing hundreds of errors.

Benefits of using JsonPowerDB

-Proprietary algorithm for High-Performance CRUD operations. Multiple times faster than popular DBMS.
-Serverless support for faster development - A UI developer can develop the dynamic application.
-DBMS with built-in web/application server and embedded caching makes the performance lightning fast.
-Server-side Native NoSQL - best query performance.
-In-built support to query on multiple JPDB databases.
-Multi-mode DBMS - Document DB, Key-Value DB, RDBMS support.
-Schema-free - easy to develop and maintain.
-Web-services API - Can be used with any programming language supporting HTTP.

Illustrations

image -- Tapped to SignUp Page

image -- Values Entered

image -- Registered to DB

image -- Tapped to Login Page

image -- Entered Credentials

image -- Server Response with user data stored in

image -- Inside the database-Admin-panel

Release History

Originally developed by Oshin Pojta, the then under-graduate from Lovely Professional University, for the demonstration of JsonPoweredDB on Feb-14,2021. -This project is a testimony of the course provided by Login2Xplore Company, which demonstrates the usage and functionality of a JSon-powered database. -The date of submission of this project was Feb-15,2021.

Sources

CodePen.io , Youtube.com, SweetAlert.js.org, BootStrap and jQuery for Frontend.

Login2Xplore Documentation link for Backend & Miscellaneous Query-Reference : http://login2explore.com/jpdb/index.html#introduction-jpdb

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages