https://github.com/ahmedukamel/cs391-software-engineering
Simple Hotel Management System project of Software Engineering course in FCAI Beni Suef University. Demo link below
https://github.com/ahmedukamel/cs391-software-engineering
design-patterns java software-engineering-project spring-boot spring-security
Last synced: 2 months ago
JSON representation
Simple Hotel Management System project of Software Engineering course in FCAI Beni Suef University. Demo link below
- Host: GitHub
- URL: https://github.com/ahmedukamel/cs391-software-engineering
- Owner: AhmedUKamel
- Created: 2022-10-14T01:08:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T11:57:36.000Z (over 1 year ago)
- Last Synced: 2025-01-24T06:11:21.060Z (4 months ago)
- Topics: design-patterns, java, software-engineering-project, spring-boot, spring-security
- Language: SCSS
- Homepage: https://se-hotel-management-system-demo.onrender.com
- Size: 77.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS391 Software Engineering
> The content of this course was Software Design Patterns. Lab of this course was developing **Hotel Management System**. Demo link [here](https://se-hotel-management-system-demo.onrender.com).
## Tools
- Spring Boot
- Spring Security
- Thymeleaf## Users and Authorities
| Username | Password | Authority |
| --------- | --------- | --------- |
| employee1 | employee1 | EMPLOYEE |
| employee2 | employee2 | EMPLOYEE |
| ahmed | ahmed123 | GUEST |
| mohammed | mohammed | GUEST |
| hassan | hassan | GUEST |