Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/telattar/postgrad-office
- Owner: telattar
- License: mit
- Created: 2024-06-27T13:52:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:04:59.000Z (5 months ago)
- Last Synced: 2024-10-19T10:41:54.223Z (29 days ago)
- Topics: aspx, csharp, mssql, sql
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)