Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.77 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.77 KB

Webpage-JsonPowerDB

A simple web page used to take information and stores it in the Json database.

What does the project do?

It takes input like- name, email and id/password from the users and save it into the json database.

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. Easy and fast to develop database applications without using any server side programming / scripting or without installing any kind of database.

Project Highlights

This is webpage to register Screenshot (733)

When you do not enter the Name Screenshot (735)

After everything is filled up correctly Screenshot (736)

Screenshot (737)

Inside the Json database

Screenshot (738)

project status

Completed

Scope

It can be used in our day-to-day life to store data without any complexity involved in the code

Release History

0.0.1

 Working on the code

0.1.0

 * The First proper Release 

0.1.2

 * Included JPDB common js
 * Renamed executeCommand() in saveEmployee() method to executeCommandAtGivenBaseUrl()
 * Deleted the Function defintion for createPUTRequest()