An open API service indexing awesome lists of open source software.

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.

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

![firstlook](img/firstlook.png?raw=true)