Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T20:45:33.000Z (about 2 years ago)
- Last Synced: 2024-11-06T19:55:59.615Z (2 months ago)
- Topics: angular, docker, docker-hub, flask, material, python3, smarttickets, theatre, ticketing-system
- Language: Python
- Size: 1.84 MB
- Stars: 3
- 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