{"id":16998366,"url":"https://github.com/zigad/gamanza-backend-coding-challenge","last_synced_at":"2026-05-08T16:56:55.008Z","repository":{"id":190636004,"uuid":"457750318","full_name":"zigad/Gamanza-Backend-Coding-Challenge","owner":"zigad","description":"Coding challange for a job at Gamanza","archived":false,"fork":false,"pushed_at":"2023-11-19T18:10:32.000Z","size":43504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T07:42:03.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/zigad.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":"2022-02-10T11:23:41.000Z","updated_at":"2023-08-25T12:48:10.000Z","dependencies_parsed_at":"2024-11-28T16:56:22.547Z","dependency_job_id":null,"html_url":"https://github.com/zigad/Gamanza-Backend-Coding-Challenge","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"ccd78adffaaedc89305a28a185193564193b7f58"},"previous_names":["zigad/gamanza-backend-coding-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigad%2FGamanza-Backend-Coding-Challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigad%2FGamanza-Backend-Coding-Challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigad%2FGamanza-Backend-Coding-Challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigad%2FGamanza-Backend-Coding-Challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigad","download_url":"https://codeload.github.com/zigad/Gamanza-Backend-Coding-Challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244921017,"owners_count":20532154,"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":[],"created_at":"2024-10-14T04:05:01.477Z","updated_at":"2025-11-04T03:03:54.773Z","avatar_url":"https://github.com/zigad.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instructions\n\nThe project depends on MySQL database.\n\nYou will first need to create a database with new user: `gamanza` and password: `gamanza`. You can use any other data user be sure to change application.properties file and build new jar!\n\nAfter you create user and you can import dump that's located in `/database/gamanza_db.sql`\n\nAfter database is up and running, you have 2 options to run the program:\n\n1. Use IDE, open src/java/si/deisinger/DemoApplication/DemoApplication.class and run it,\n2. Open terminal, **cd** into **/build/** folder and run: `java -jar Gamanza-Backend-Coding-Challenge-1.0-SNAPSHOT.jar`\n\nThere are some comments about API endpoints in the code but for easier understanding you can access Swagger UI here: http://localhost:1598/swagger-ui/index.html\n\nYou will also find POSTMAN json, so you can import API requests with sample data into the application. You can find it under `postman/Gamanza Backend Challenge.postman_collection.json`\n\n---\n\n# Gamanza Backend Coding Challenge\n\nWe are very pleased and happy that you are interested in working with us and like to join our Gamanza family. This coding challenge is a great playground and an opportunity for you to show us your knowledge, skills, motivation, and passion. We don’t expect\nperfect code, but something you will be proud of. It’s completely up to you how you will tackle this task and solve it. Use tools, libraries, technology and patterns you would usually use and of course your knowledge.\n\nWhat we would like to see:\n\n- Architecture pattern usage and clean code\n- Usage of modern platform features and up-to-date coding practices (e.g. CDI, annotations, etc.)\n- Knowledge of JavaScript, Express, ORM, REST, Sockets, JOI, ...\n- Well written tests (JEST, ...) (we don’t expect a huge code coverage)\n- Clean VCS history\n\nThe finished project should be delivered in a form of a publicly available GIT repository and should contain all the necessary code for running the application. Trust in your own knowledge and do your best (as with a real project) and commit often so we can\nsee and understand the process and make a proper final product.\n\nGood luck.\n\n---\n\n## Demo Application\n\nYour final product should be a backend application for casino players and games management via REST API, described in details in the following sections. Keep in mind that application can be used by multiple clients at the same time and all data needs to be\npersisted somewhere(preferred in some lightweight database). UI is not part of this demo application.\n\nOptional:\n\n- implement HTTP cache mechanisms where is needed\n- implement request counter for all REST calls and save it in the local file\n- swagger documentation\n\n### Games\n\nGames have properties as game title, description, list of players, some pictures, etc. (as identifier use UUID). Implement REST operations to support basic UI requirements:\n\n- list all games\n- list games with pagination support\n- search for games\n- CRUD operations\n\n### Players\n\nPlayers have properties as first name, last name, born date, etc. Implement REST operations to support basic UI requirements:\n\n- list all players\n- list players with pagination support\n- list games played by player with pagination support\n- search for players\n- CRUD operations\n\nThe application and final product are not specifically defined and there are not huge requirements so you can finish this assignment in one day or in one month, depends on how much of knowledge you want to show to us.\n\nWe wish you a good luck and are waiting for your feedback.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigad%2Fgamanza-backend-coding-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigad%2Fgamanza-backend-coding-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigad%2Fgamanza-backend-coding-challenge/lists"}