original work by Soham Salkar ©
A simple HTML Web Application made with JavaScipt and JsonPowerDB for Students Database Management System.
- 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.
- 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.
- [#1] Added basic designs of all planned HTML pages
- [#2] Designed all HTML pages
- [#3] Added JS and connected pages to JsonPowerDB
- [#4] Tested all pages
- [#5] Added a README.md file
- [#6] Few CSS changes
In this project, you can do the following:
- Register a Student.
- Search a specific student.
- View all students in a particular Department
- Upadte mobile number.
- Delete a specific student record.
- Web Browser
- Database Connection Token
- open
index.html
to open the Indec page
- To go on any page
- click on the link
- To come back on index page
- click <- arrow on Browser
- 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.