https://github.com/mariajbp/li4
https://github.com/mariajbp/li4
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariajbp/li4
- Owner: mariajbp
- License: gpl-3.0
- Created: 2020-01-24T10:41:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T23:44:21.000Z (over 5 years ago)
- Last Synced: 2025-03-14T17:44:39.399Z (7 months ago)
- Language: C#
- Size: 186 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LI4 Project
## Index
* [Server](#Server)
* [Installing](#Installing)
* [Executing](#Executing)## Server
### Installing
Required: MySQL / MariaDB client
```shell
cd TicketNow-Serverpython3 -m venv ticketnow-env
# Windows
ticketnow-env\Scripts\activate.bat# Unix / MacOS
source ticketnow-env/bin/activatepip install -r requirements.txt
```### Executing
```shell
# Preferentially with super user permitions
python3 src/app.py
```