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

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

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 |