Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/telattar/postgrad-office

Postgraduate office database management system using SQL and ASP.NET
https://github.com/telattar/postgrad-office

aspx csharp mssql sql

Last synced: 43 minutes ago
JSON representation

Postgraduate office database management system using SQL and ASP.NET

Awesome Lists containing this project

README

        

# Postgrad Office 🏢
Postgraduate office database management system using SQL and ASP.NET

## Tables

- **PostGradUser**: User information with email and password.
- **Admin**: Admin users linked to `PostGradUser`.
- **GucianStudent**: GUC students' details including GPA and faculty.
- **NonGucianStudent**: Non-GUC students' details.
- **GUCStudentPhoneNumber** and **NonGUCStudentPhoneNumber**: Phone numbers for respective students.
- **Course**: Course details with fees and credit hours.
- **Supervisor** and **Examiner**: Faculty supervisors and examiners.
- **Payment**: Payment details including amount and installments.
- **Thesis**: Thesis details such as title, dates, and field.

## How to Run

- Run `PostGradOffice.sql` in your SQL server to create the database and tables. It will also add insertions that can be found in the `.sql` file.
- Open and run the `.sln` file to be able to use the frontend application.

## Developed by a lovely team of four 💖💖💖💖

Tarteel Elattar (Me)

[Dina Ayman](https://github.com/DinaAymann)

[Nora Osama](https://github.com/NoraOsama)

[Bassant Tarek](https://github.com/bassantTarekk)