Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulb813/student-steward
A full stack website in order to implement online-management system for hostel.
https://github.com/rahulb813/student-steward
bootstrap css3 eslint html5 javascript php sql xampp
Last synced: 10 days ago
JSON representation
A full stack website in order to implement online-management system for hostel.
- Host: GitHub
- URL: https://github.com/rahulb813/student-steward
- Owner: rahulb813
- License: gpl-3.0
- Created: 2023-09-08T16:02:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T17:57:57.000Z (about 1 year ago)
- Last Synced: 2023-12-16T15:56:33.567Z (11 months ago)
- Topics: bootstrap, css3, eslint, html5, javascript, php, sql, xampp
- Language: JavaScript
- Homepage:
- Size: 3.49 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-password.php
- License: LICENSE
Awesome Lists containing this project
README
# Student Steward
##Introduction
- A full stack website in order to implement online-management system for hostel.
- Entire data for the website is stored on a MySQL programmed database.
- Users are classified on the basis of roles.
- Students are given to register and change their personal information.
- Admin get the complete rights to apply CRUD operations on any form of data.## Technologies Used
- HTML
- CSS
- BootStrap
- JavaScript
- pHp
- MySQL
- XAMPP## Implementation and Working
- Each of the functionality of the webpage is classified into a `.php` file that is embedded with HTML.
- BootStrap has been used with inline CSS for beautifying purposes.
- JavaScript has been used with ESLint6 for validation, user input and other BootStrap purposes.
- XAMPP Software has been used for local deployment and testing of the database.## Testing
- The application has been tested on localhost server deployed by XAMPP Software with custom ports.
- The performance of the entire application has been tested by evaluating the overall performance of CRUD operations on the database.