Skip to content

tushtithakur/Student-Enrollment-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Student-Enrollment-Form

Title of the Project: Student Enrollment Form using JsonPowerDB

Description: This project involves creating a student enrollment form that will store data in the STUDENT-TABLE relation of the SCHOOL-DB database. The form will accept input fields such as Roll-No, Full-Name, Class, Birth-Date, Address, and Enrollment-Date. The primary key for the STUDENT-TABLE will be Roll No.

Release History: Version 1.0 (April 26, 2023): Initial release of the Student Enrollment Form using JsonPowerDB on Github. Table of contents:

Introduction Benefits of using JsonPowerDB Scope of functionalities Examples of use Project status Sources Additional Information

Benefits of using JsonPowerDB:

JsonPowerDB is a high-performance, developer-friendly, and lightweight database that provides various benefits such as: Schema-free: It allows you to store data without the need for any predefined schema, which makes it easier to work with dynamic data. Real-time: It provides real-time data synchronization, which means that any changes made to the database are instantly reflected in all the connected devices. Low development cost: It is very easy to use, which reduces the development cost and time. High performance: It has a high-performance indexing engine that provides fast data retrieval and indexing. Easy to scale: It provides horizontal scaling, which makes it easy to scale up or down depending on the needs of the application.

Scope of functionalities: The scope of this project is to create a simple student enrollment form that allows the user to input data such as Roll-No, Full-Name, Class, Birth-Date, Address, and Enrollment-Date. The form will then store this data in the STUDENT-TABLE relation of the SCHOOL-DB database using JsonPowerDB. The primary key for the STUDENT-TABLE will be Roll No.

Examples of use:

An example of how this project can be used is as follows: The user opens the student enrollment form on their device. They enter the required information such as Roll-No, Full-Name, Class, Birth-Date, Address, and Enrollment-Date. They click the submit button to store the data in the STUDENT-TABLE relation of the SCHOOL-DB database using JsonPowerDB. They can then view the stored data by querying the STUDENT-TABLE.

Project status: The project is currently in its initial release version (1.0) and is fully functional.

Sources: The code for this project is available on Github and was developed using JsonPowerDB.

Additional Information: Input Fields: {Roll-No, Full-Name, Class, Birth-Date, Address, Enrollment-Date} Primary key: Roll No

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages