{"id":26257544,"url":"https://github.com/ralvarezdev/uru-programming-2-blockbuster","last_synced_at":"2025-10-20T11:28:10.414Z","repository":{"id":207874906,"uuid":"698281173","full_name":"ralvarezdev/uru-programming-2-blockbuster","owner":"ralvarezdev","description":"Blockbuster terminal project from Programming 2 college course","archived":false,"fork":false,"pushed_at":"2025-03-08T16:29:15.000Z","size":688,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T17:26:38.822Z","etag":null,"topics":["cpp","data-structures","dsa","merge-sort","rafael-urdaneta-university","terminal","universidad-rafael-urdaneta","uru"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ralvarezdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-29T15:00:55.000Z","updated_at":"2025-03-08T16:29:18.000Z","dependencies_parsed_at":"2023-11-18T06:26:17.154Z","dependency_job_id":"b4f26848-1975-474c-ae37-f6612089e360","html_url":"https://github.com/ralvarezdev/uru-programming-2-blockbuster","commit_stats":null,"previous_names":["ralvarezdev/proyectoteoria_rr","ralvarezdev/uru-programming2-theory","ralvarezdev/uru-blockbuster","ralvarezdev/uru-programming-2-blockbuster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvarezdev%2Furu-programming-2-blockbuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvarezdev%2Furu-programming-2-blockbuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvarezdev%2Furu-programming-2-blockbuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvarezdev%2Furu-programming-2-blockbuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralvarezdev","download_url":"https://codeload.github.com/ralvarezdev/uru-programming-2-blockbuster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243482940,"owners_count":20297907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","data-structures","dsa","merge-sort","rafael-urdaneta-university","terminal","universidad-rafael-urdaneta","uru"],"created_at":"2025-03-13T21:17:09.070Z","updated_at":"2025-10-20T11:28:10.288Z","avatar_url":"https://github.com/ralvarezdev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockbuster\n\nThis repository contains the source code of the data management terminal program of a fictional movie rental company, for the theory final project of the Programming II course of the Computer Science career at the Rafael Urdaneta University, located in Maracaibo, Venezuela.\n\n## Developers\n\n- [ralvarezdev](https://github.com/ralvarezdev) - Ramón Álvarez\n- [rb6422](https://github.com/rb6422) - Roberto Belmonte\n\n## Programming Languages\n\n- C++\n\n## Installation\n\n\u003col\u003e\n\u003cli\u003eClone this repository to your local machine using the following command: \n\n```git clone https://github.com/ralvarezdev/uru-programming-2-blockbuster```\n\u003c/li\u003e\n\n\u003cli\u003eChange your Current Working Directory to where the repository was cloned\u003c/li\u003e\n\n\u003cli\u003eThere are two ways to compile the program: \u003c/li\u003e\n\n\u003col\u003e\n\u003cli\u003eWith \u003cstrong\u003eG++\u003c/strong\u003e (you must have installed \u003cstrong\u003eMinGW Compiler\u003c/strong\u003e). Use the following command:\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Windows\u003c/summary\u003e\n\n```g++ -o bin\\Blockbuster.exe src\\main.cpp src\\lib\\namespaces.h src\\lib\\clients\\clientsOp.h src\\lib\\clients\\clientsOp.cpp src\\lib\\data\\dataOp.h src\\lib\\data\\dataOp.cpp src\\lib\\datatables\\output.h src\\lib\\datatables\\output.cpp src\\lib\\movies\\moviesOp.h src\\lib\\moviesOp.cpp src\\lib\\terminal\\ansiEsc.h src\\lib\\terminal\\ansiEsc.cpp src\\lib\\terminal\\input.cpp src\\lib\\terminal\\input.h```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Linux\u003c/summary\u003e\n\n```g++ -o bin/Blockbuster.exe src/main.cpp src/lib/namespaces.h src/lib/clients/clientsOp.h src/lib/clients/clientsOp.cpp src/lib/data/dataOp.h src/lib/data/dataOp.cpp src/lib/datatables/output.h src/lib/datatables/output.cpp src/lib/movies/moviesOp.h src/lib/moviesOp.cpp src/lib/terminal/ansiEsc.h src/lib/terminal/ansiEsc.cpp src/lib/terminal/input.cpp src/lib/terminal/input.h```\n\n\u003c/details\u003e\u003c/li\u003e\n\n\u003cli\u003eWith \u003cstrong\u003eCMake\u003c/strong\u003e (you must have installed \u003cstrong\u003eCMake and Make\u003c/strong\u003e). First, get to the \u003ccode\u003ebin\u003c/code\u003e folder inside the repository. Use the following command\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Windows\u003c/summary\u003e\n\n```cmake -S ..\\ -G \"MinGW Makefiles\" -B .\\ \u0026\u0026 make```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Linux\u003c/summary\u003e\n\n```cmake -S ../ -G \"MinGW Makefiles\" -B ./ \u0026\u0026 make```\n\n\u003c/details\u003e\u003c/li\u003e\u003c/ol\u003e\n\n\u003cli\u003eRun the program by clicking the \u003ccode\u003eBlockbuster.exe\u003c/code\u003e.\u003c/li\u003e\u003c/ol\u003e\n\n\u003cstrong\u003eFor a better User Experience, resize the terminal window to fullscreen mode\u003c/strong\u003e\n\n# Main Menu\n![Screenshot (942)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/c6752013-1ccf-4bbd-9f6a-8292a630d209)\n\n# Commands\nThis is the full list of commands for each action in the program\n\n# Parameters\n\n![Screenshot (910)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/d54ff36b-f7db-4977-abef-120e37a2ea70)\n\n![Screenshot (911)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/8fbf9b9c-f8ae-4be5-8da8-fa682cbbf92a)\n\n![Screenshot (912)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/a8070b60-02d7-4e09-988d-e5b54e1107f7)\n\n![Screenshot (913)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/ba759acc-8707-46b7-8d7d-25ea724913c9)\n\n# View Movies Command Examples\n![Screenshot (905)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/ffdd1479-94dc-4fd3-b8fd-6802297285a7)\n\n# Filter Movies Command Examples\n![Screenshot (906)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/942685c6-b9dd-4413-918b-9ae6a854439f)\n\n# View Clients Command Examples\n![Screenshot (907)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/b8018392-28f1-405c-a670-6a4329a07d76)\n\n# Search Clients Command Examples\n![Screenshot (908)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/b053d443-5842-44ba-9a88-7fd79a916174)\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Linux\u003c/summary\u003e\n\n```g++ -o bin/Blockbuster.exe src/main.cpp src/lib/namespaces.h src/lib/clients/clientsOp.h src/lib/clients/clientsOp.cpp src/lib/data/dataOp.h src/lib/data/dataOp.cpp src/lib/datatables/output.h src/lib/datatables/output.cpp src/lib/movies/moviesOp.h src/lib/moviesOp.cpp src/lib/terminal/ansiEsc.h src/lib/terminal/ansiEsc.cpp src/lib/terminal/input.cpp src/lib/terminal/input.h```\n\n\u003c/details\u003e\u003c/li\u003e\n\n\u003cli\u003eWith \u003cstrong\u003eCMake\u003c/strong\u003e (You must have Installed \u003cstrong\u003eCMake and Make\u003c/strong\u003e). First, Get to the \u003ccode\u003ebin\u003c/code\u003e Folder inside the Repository. Use the following command\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Windows\u003c/summary\u003e\n\n```cmake -S ..\\ -G \"MinGW Makefiles\" -B .\\ \u0026\u0026 make```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCommand for Linux\u003c/summary\u003e\n\n```cmake -S ../ -G \"MinGW Makefiles\" -B ./ \u0026\u0026 make```\n\n\u003c/details\u003e\u003c/li\u003e\u003c/ol\u003e\n\n\u003cli\u003eRun the program by clicking the \u003ccode\u003eBlockbuster.exe\u003c/code\u003e.\u003c/li\u003e\u003c/ol\u003e\n\n\u003cstrong\u003eFor a Better User Experience, Resize the Terminal Window to Fullscreen\u003c/strong\u003e\n\n# Main Menu\n![Screenshot (942)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/c6752013-1ccf-4bbd-9f6a-8292a630d209)\n\n# Commands\nThis is the Full List of Commands for Each Action in the Program\n\n# Parameters\n\n![Screenshot (910)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/d54ff36b-f7db-4977-abef-120e37a2ea70)\n\n![Screenshot (911)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/8fbf9b9c-f8ae-4be5-8da8-fa682cbbf92a)\n\n![Screenshot (912)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/a8070b60-02d7-4e09-988d-e5b54e1107f7)\n\n![Screenshot (913)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/ba759acc-8707-46b7-8d7d-25ea724913c9)\n\n# View Movies Command Examples\n![Screenshot (905)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/ffdd1479-94dc-4fd3-b8fd-6802297285a7)\n\n# Filter Movies Command Examples\n![Screenshot (906)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/942685c6-b9dd-4413-918b-9ae6a854439f)\n\n# View Clients Command Examples\n![Screenshot (907)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/b8018392-28f1-405c-a670-6a4329a07d76)\n\n# Search Clients Command Examples\n![Screenshot (908)](https://github.com/ralvarezdev/ProyectoTeoria_RR/assets/86166683/b053d443-5842-44ba-9a88-7fd79a916174)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralvarezdev%2Furu-programming-2-blockbuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralvarezdev%2Furu-programming-2-blockbuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralvarezdev%2Furu-programming-2-blockbuster/lists"}