Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vittoriopiotti/hotelsbooking-web
Sito web per Gestione Hotel con account Cliente per Prenotazioni delle Stanze Hotel e account Admin per gestire il caricamento dei dati su Hotel e Stanze
https://github.com/vittoriopiotti/hotelsbooking-web
bootstrap css hotel-booking-website hotels hotels-booking html javascript php
Last synced: about 1 month ago
JSON representation
Sito web per Gestione Hotel con account Cliente per Prenotazioni delle Stanze Hotel e account Admin per gestire il caricamento dei dati su Hotel e Stanze
- Host: GitHub
- URL: https://github.com/vittoriopiotti/hotelsbooking-web
- Owner: vittorioPiotti
- License: gpl-3.0
- Created: 2024-04-25T05:59:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T02:35:34.000Z (2 months ago)
- Last Synced: 2024-10-22T23:20:33.433Z (2 months ago)
- Topics: bootstrap, css, hotel-booking-website, hotels, hotels-booking, html, javascript, php
- Language: PHP
- Homepage: http://vittoriopiotti.altervista.org/GestioneHotels/Online/Client/index.php
- Size: 57 MB
- Stars: 32
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Bootstrap
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Gestione Hotels PHP
Sito web per Gestione Hotel con account Cliente per Prenotazioni delle Stanze Hotel e account Admin per gestire il caricamento dei dati su Hotel e Stanze
> [!NOTE]
> Progetto scolastico#### Support Me
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P012BC8U)
## Icona
Icona realizzata con [Figma](https://www.figma.com/)
## Ispirazione
- **Immagine di Sfondo**: è stata utilizzata **con le opportune modifiche** l'immagine di sfondo presente nella pagina CodePen: [Link allo Sfondo](https://codepen.io/ksenia-k/pen/jXbWaJ)
- **Calendario**: è stato utilizzato **con le opportune modifiche** il calendario presente nella pagina CodePen: [Link al Calendario](https://codepen.io/sawyer22/pen/ddYroL)## Preview
Sito Web Gestione Hotels: [Link al Sito](https://vittoriopiotti.altervista.org/GestioneHotels/Online/Client/index.php)
---
## Albero di Path
```bash
$ tree
.
└── GestioneHotel
│
└── Client
├── /assets: immagini,stili e script
│ ├── /css: stili personalizzati
│ │ ├── auth.css
│ │ ├── book.css
│ │ ├── calendar.css
│ │ ├── carousel.css
│ │ ├── colors.css
│ │ ├── footer.css
│ │ ├── global.css
│ │ ├── header.css
│ │ ├── hotel.css
│ │ ├── hotels.css
│ │ ├── nunito.css
│ │ ├── patterns.css
│ │ └── rooms.css
│ ├── /dist: librerie di stili e script
│ │ ├── /css
│ | | ├── bootstrap.bundle.min.js.map
│ │ │ └── bootstrap.min.css
│ │ └── /js
│ │ ├── bootstrap.bundle.min.js
│ │ ├── bootstrap.bundle.min.js.map
│ │ └── jquery.min.js
│ ├── /images
│ │ ├── icon.png
│ │ └── logo.png
│ └── /js: script personalizzati
│ ├── admin.js
│ ├── ajax.js: gestore API js
│ ├── auth.js
│ ├── book.js
│ ├── calnder.js
│ ├── home.js
│ ├── hotel.js
│ ├── index.js
│ ├── objects.js: oggetti utilizzati
│ └── room.js
├── /src
│ ├── /controllers: gestori API php
│ │ ├── CAuth.php: gestore API per Profilo
│ │ ├── CBooking.php: gestore API per Prenotazioni
│ │ ├── CHotel.php: gestore API per Alberghi
│ │ └── CRoom.php: gestore API per Stanze
│ ├── /entities: entità utilizzate
│ │ ├── EAdmin.php
│ │ ├── EBooking.php
│ │ ├── EClient.php
│ │ ├── EHotel.php
│ │ └── ERoom.php
│ ├── /views: frontend pagine sito
│ │ ├── VAuth.php
│ │ ├── VBooking.php
│ │ ├── VHotel.php
│ │ └── VRoom.php
│ └── autoloader.php
└── index.php```
## Licenze
> [!WARNING]
> Questo software è rilasciato sotto la licenza **GPL v3** quindi l'uso, la modifica e la distribuzione del codice sorgente ne deve rispettare i termini.
>
> I contenuti multimediali possono essere soggetti a una **licenza non commerciale** richiedendo l'acquisto di una licenza separata.### Hotels Booking Web
**Copyright** 2024 Vittorio Piotti [(GitHub page)](https://github.com/vittorioPiotti) [(Personal page)](https://vittoriopiotti.altervista.org/)
**Version** [v1.0.0](https://github.com/vittorioPiotti/HotelsBooking-Web/releases/tag/1.0.0)
**License** [GPL-3.0](https://github.com/vittorioPiotti/HotelsBooking-Web/blob/main/LICENSE.md)
---
### Bootstrap
**Copyright** 2011-2018 The Bootstrap Authors
**Version** [v5.2](https://github.com/twbs/bootstrap/releases/tag/v5.2.0)
**License** [MIT](https://github.com/twbs/bootstrap/blob/main/LICENSE)