This is a micro project on integrating a simple web-form with JsonPowerDB. For the purpose of this project, I have created a simple & interactive student enrollment form using Bootstrap, Javascript and Ajax.
- 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.
In this project, I have implemented the following functionalities:
- Register a student
- Validity checking of each field
- Alerts after each action
- Fetch an existing record
- Update an existing record
- Reset the form
- It is realtime and simple to use.
- Easy to maintain the records.
- Serverless support - fast development - cuts time to market.
- Built using world's fastest indexing engine PowerIndex which gives unlimited data capacity, supporting unlimited indexes, realtime data processing which makes it fast and secure.
- Gives developer friendly webservices API which reducec the developement cost.
- Multiple security layers.
- Schema free - easy to maintain.
- A single instance - million indexes.
- Inbuilt support for querying multiple databases.
- It is light weight.
- It is a serverless database - no need to choose an instance size at all.
- Created a form to save student data in school database using bootstrap
- Connecetd token using javascript and AJAX.
- Used predefined functions of jpdb common.js.
- Added a Readme.md file