https://github.com/felixevers/smarttickets
A open source theatre ticket system
https://github.com/felixevers/smarttickets
angular docker docker-hub flask material python3 smarttickets theatre ticketing-system
Last synced: 8 months ago
JSON representation
A open source theatre ticket system
- Host: GitHub
- URL: https://github.com/felixevers/smarttickets
- Owner: felixevers
- License: gpl-3.0
- Created: 2018-11-28T18:29:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T20:45:33.000Z (over 3 years ago)
- Last Synced: 2025-06-30T15:51:08.782Z (9 months ago)
- Topics: angular, docker, docker-hub, flask, material, python3, smarttickets, theatre, ticketing-system
- Language: Python
- Size: 1.84 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smarttickets
A open source theatre ticket system
## Docker-Hub
You are able to use the docker image from https://hub.docker.com/r/smarttickets/smarttickets/:
`docker pull smarttickets/smarttickets`
If you want to use docker-compose:
`docker-compose up -d`
For development purpose you can use the build docker-compose-file:
`docker-compose -f docker-compose-build.yml up -d`
## Models
For a detailed description of the models, please read the documentation in 'MODELS.md':
https://github.com/use-to/smarttickets/blob/master/MODELS.md