Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rooseveltalej/eventtickettester
https://github.com/rooseveltalej/eventtickettester
client python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rooseveltalej/eventtickettester
- Owner: rooseveltalej
- Created: 2024-08-16T17:55:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T21:01:50.000Z (6 months ago)
- Last Synced: 2024-11-09T00:58:41.388Z (3 months ago)
- Topics: client, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventTicketTester - ITCR Programming Languages Course Project (2024)
This repository contains a preliminary test application developed in Python for the event ticket purchasing system project, part of the Programming Languages course at the Instituto Tecnológico de Costa Rica (ITCR) during the second semester of 2024. This application serves as the initial deliverable to validate core functionalities and provide a proof of concept for the system.
### Project Details:
- Course: Programming Languages (2024)
- Institution: Instituto Tecnológico de Costa Rica (ITCR)
- Duration: 15 days
- Technology: Python
- Scope: Develop a test application to simulate and validate basic functionalities of the event ticket purchasing system. This includes testing user account management, event listings, and transaction processes.
- Server: The server-side implementation, which will be developed in Rust, is part of a separate repository.### Purpose:
This Python application is designed to:- Demonstrate initial functionality of the ticket purchasing system.
- Serve as a proof of concept before the full implementation in Rust.
- Validate core features and provide a foundation for further development.