https://github.com/rooseveltalej/eventticketserver
https://github.com/rooseveltalej/eventticketserver
rust-lang server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rooseveltalej/eventticketserver
- Owner: rooseveltalej
- Created: 2024-08-16T17:05:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T19:26:28.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:32:00.207Z (about 1 year ago)
- Topics: rust-lang, server
- Language: Rust
- Homepage:
- Size: 17.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventTicketServer - ITCR Programming Languages Course Project (2024)
This repository contains the server-side implementation for a simulated event ticket purchasing system, developed as part of the Programming Languages course at the Instituto Tecnológico de Costa Rica (ITCR) during the second semester of 2024. The project is implemented using Rust, focusing on high performance, concurrency, and secure coding practices.
### Project Details:
- Course: Programming Languages (2024)
- Institution: Instituto Tecnológico de Costa Rica (ITCR)
- Duration: 15 days
- Technology: Rust
- Scope: Simulate a server for managing event ticket purchases, including handling user accounts, event listings, and transaction processing.
- Client: The client-side of the project will be developed in a separate repository.
- Test Application: A preliminary test application will be developed in Python as the first deliverable to demonstrate initial functionality and serve as a proof of concept.
This project aims to demonstrate the application of Rust in building robust and efficient backend systems, while adhering to the principles taught in the course.