Skip to content

Releases: gouri22-art/JSONDB-MicroProject

**This is the First Release**

08 Aug 15:38
fdd1a63

Choose a tag to compare

Have created index.html for required project
then Wrote index.js
after that Synced the input elements with local variables
then Implemented CRUD operations through JsonPowerDB

  1. Used Put method to save data
  2. Used Get method to retrieve the saved data
  3. Used Update method to change the saved data
  4. Created database SCHOOL-DB
  5. Created relation STUDENT_TABLE
  6. Added data validation through Js