https://github.com/ncvescera/tasso_tennis
Progetto per SAED
https://github.com/ncvescera/tasso_tennis
Last synced: 2 months ago
JSON representation
Progetto per SAED
- Host: GitHub
- URL: https://github.com/ncvescera/tasso_tennis
- Owner: ncvescera
- License: mit
- Created: 2021-06-10T15:00:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T14:55:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T19:49:56.289Z (4 months ago)
- Language: HTML
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasso Tennis Prenotazioni

## Installazione
E' consigliato l'uso di un ambiente virtuale come `venv`. Per installarlo: `pip install venv`.
Creare l'ambiente virtuale con il seguente comando:
```sh
python -m venv venv
```Attivare l'abiente virtuale:
```sh
source ./venv/bin/activate
```Installare i requisiti:
```sh
pip install -r requirements.txt
```## Avvio
Per avviare il server usare l'apposito script `start.sh` (se si utilizza un ambiente virtuale avviare prima l'ambiente virtuale):
```sh
./start.sh
```