Skip to content

A Student DB management RESTful web application implementing JSONpowerDB ( NoSQL ).

Notifications You must be signed in to change notification settings

sohamsalkar/JSONpowerDB_L2X

Repository files navigation

Student Database management system using JsonPowerDB

original work by Soham Salkar ©

A simple HTML Web Application made with JavaScipt and JsonPowerDB for Students Database Management System.

About JsonPowerDB:

  • JsonPowerDB is a Database Server with Developer friendly REST API services. It's a High Performance, Light Weight, Ajax Enabled, Serverless, Simple to Use, Real-time Database.
  • JPDB supports and advocates for true serverless and pluggable API development.
  • Easy and fast to develop database applications without using any server side programming / scripting or without installing any kind of database.

You can read the documentation by clicking here.

Benefits of using JsonPowerDB

  • Multi-mode DBMS - Document DB, Key-Value DB, RDBMS support.
  • Server side Native NoSQL - best query performance.
  • It is low level (raw) form of data and is also human readable.
  • Simplest way to retrieve data in a JSON format.
  • Web-services API - Can be used with any programming language that has support for HTTP.
  • It is built on top of one of the fastest and real-time data indexing engine - PowerIndeX.
  • It helps developers in faster coding, in-turn reduces development cost.

Release History

v0.0.0 (27/02/2021)

Initialization:
  • [#1] Added basic designs of all planned HTML pages

v0.1.0 (28/02/2021)

Enhancements:
  • [#2] Designed all HTML pages
  • [#3] Added JS and connected pages to JsonPowerDB
  • [#4] Tested all pages

v0.1.1 (01/03/2021)

Enhancements:
  • [#5] Added a README.md file
  • [#6] Few CSS changes

Table of Content

  1. Introduction
  2. Screenshots
  3. Instructions
    1. Requirements
    2. Execution
    3. Website

Introduction

In this project, you can do the following:

  1. Register a Student.
  2. Search a specific student.
  3. View all students in a particular Department
  4. Upadte mobile number.
  5. Delete a specific student record.

Screenshots

Index Search Update Database Dashboard

Instructions

Requirements

  • Web Browser
  • Database Connection Token

Execution

  • open index.html to open the Indec page

Website

  • To go on any page
    • click on the link
  • To come back on index page
    • click <- arrow on Browser

Scope of functionalities

  • It is a very basic project for demonstration of JsonPowerDb with help of a web application.
  • Can be further improved by addidng additional fields and can be made into a working DB manager.

About

A Student DB management RESTful web application implementing JSONpowerDB ( NoSQL ).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages