https://github.com/ilvondir/college-dbms
Web application to manage the college database using PHP.
https://github.com/ilvondir/college-dbms
bootstrap css html php plsql sql
Last synced: 8 months ago
JSON representation
Web application to manage the college database using PHP.
- Host: GitHub
- URL: https://github.com/ilvondir/college-dbms
- Owner: Ilvondir
- License: mit
- Created: 2023-03-17T11:42:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T08:30:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T05:49:04.437Z (12 months ago)
- Topics: bootstrap, css, html, php, plsql, sql
- Language: PHP
- Homepage:
- Size: 325 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# College Database Management System
College-DBMS is a PHP-based web application that facilitates registration, login, and CRUD operations for student management, all performed on a PL/SQL-powered database. The application provides a user-friendly interface for seamless navigation and efficient data handling. All database operations were to be performed on procedures that could be found in the [sql folder](https://github.com/Ilvondir/college-dbms/tree/master/sql).
The project was created to fulfill the requirements of the university course Databases in the Computer Science degree. The project received a grade of 5.0 on a scale from 2 to 5.
## Used Tools
- HTML 5
- CSS 3
- JavaScript ES6
- JQuery 3.6.0
- PHP 8.1.5
- Bootstrap 4.7.0
## Requirements
For running the application you need:
- [XAMPP](https://www.apachefriends.org/pl/index.html)
- [composer](https://getcomposer.org)
## How to run
1. Execute command `git clone https://github.com/Ilvondir/college-dbms`.
2. Import database from `sql/database.sql`.
3. Open XAMPP and start Apache and SQL server.
4. In terminal type `composer install` and `php -S localhost:8000` on this project.
5. Go to web browser and type `localhost:8000` at URL address field.
6. Register and login in to your account to discover various functionalities.
## First Look
