Skip to content

Created a hotel booking system with Python, JavaScript, and HTML, aiming to replicate the behavior of a typical web framework, handling routing, data management, and session logic manually to understand backend architecture.

Notifications You must be signed in to change notification settings

manfre3d/project_work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guida all'Avvio del Server Python

Overview

Per avviare il server Python, seguire i passaggi indicati di seguito.

Installazione

  1. Installare Python 3.
  2. Installare i file necessari eseguendo il comando seguente nella cartella di progetto (dove si trova il file requirements.txt):
    pip install -r requirements.txt

Utilizzo

  1. Dopo aver installato tutte le dipendenze, avviare il server con il comando:
    python server.py
  2. Per accedere all'applicazione in esecuzione, aprire il browser e visitare:
    http://localhost:8000

Disponibilità dell'Applicazione Online

L'applicazione è disponibile anche online ai seguenti indirizzi:

Documentazione Server (Work in Progress)

Per accedere alla documentazione del server, visitare il link seguente:
https://manfre3d.github.io/project_work_docs/

La documentazione è stata generata con Sphinx. Il codice sorgente della documentazione è disponibile nel repository:
https://github.com/manfre3d/project_work_docs

Documentazione Frontend (Work in Progress)

Per accedere alla documentazione del frontend, visitare il link seguente:
https://manfre3d.github.io/project_work_docs/

La documentazione è stata generata con JSDoc. Il codice sorgente della documentazione è disponibile nel repository:
https://github.com/manfre3d/project_work_docs

Struttura di progetto

Di seguito un diagramma UML dei componenti che illustra la struttura di base del progetto:

alt text

About

Created a hotel booking system with Python, JavaScript, and HTML, aiming to replicate the behavior of a typical web framework, handling routing, data management, and session logic manually to understand backend architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published