Giter Club home page Giter Club logo

login2xplore---jsondb-project's Introduction

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 webhosting servers only allow Https connections. So, This site faces the issue of sending and retrieving data. This issue will be resolved as soon 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 users 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": "2134770734|19056227XXXXX281054|2134XXXXXX",
"cmd": "GET",
"dbName": "Company",
"rel": "Employee",
"jsonStr":{
    "empName": "Oshin Pojta"
    }
}

// INSERT - Query

{
  "token" : "90935402|-31948797XXXX293566|909XXXX",
  "cmd" : "PUT",
  "dbName" : "Emloyee",
  "rel" : "Emp-rel",
  "jsonStr" : {
    "name" : "Oshin Pojta",
    "email" : "[email protected]",
    "mobile" : 7018516XXX,
    "address" : "Solan"
        }
}

If there is no Database named - 'Employee', It will automatically create 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 complete 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 that has support for 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, that demonstrates the usage and functionality of Json-Powered Database. -The date of submission of this project was by 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

login2xplore---jsondb-project's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.