{"id":25256730,"url":"https://github.com/nailwal08/gamingcafebackend","last_synced_at":"2026-04-30T15:32:21.710Z","repository":{"id":265513286,"uuid":"896163514","full_name":"nailwal08/GamingCafeBackend","owner":"nailwal08","description":"A Spring MVC-based project to manage user sessions and personal computers (PCs) in a gaming cafe. This system allows the registration of PCs, session management (start and end sessions), and retrieval of available PCs.","archived":false,"fork":false,"pushed_at":"2024-11-29T17:33:22.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T00:23:08.686Z","etag":null,"topics":["backend-service","java","mvc-architecture","rest-api","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nailwal08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-29T17:15:50.000Z","updated_at":"2024-11-29T17:35:21.000Z","dependencies_parsed_at":"2024-11-29T18:35:10.833Z","dependency_job_id":null,"html_url":"https://github.com/nailwal08/GamingCafeBackend","commit_stats":null,"previous_names":["nailwal08/gamingcafebackend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nailwal08/GamingCafeBackend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nailwal08%2FGamingCafeBackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nailwal08%2FGamingCafeBackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nailwal08%2FGamingCafeBackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nailwal08%2FGamingCafeBackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nailwal08","download_url":"https://codeload.github.com/nailwal08/GamingCafeBackend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nailwal08%2FGamingCafeBackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["backend-service","java","mvc-architecture","rest-api","spring-boot"],"created_at":"2025-02-12T06:21:14.946Z","updated_at":"2026-04-30T15:32:21.695Z","avatar_url":"https://github.com/nailwal08.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GamingCafeBackend\n\nA **Spring MVC-based project** to manage user sessions and personal computers (PCs) in a gaming cafe. This system allows the registration of PCs, session management (start and end sessions), and retrieval of available PCs with real-time charges generation.\n\n---\n\n## Features\n\n### 1. **Personal Computer Management**\n   - Register new PCs.\n   - Retrieve a list of available PCs.\n\n### 2. **Session Management**\n   - Start a new user session.\n   - End a session and calculate charges based on session duration.\n   - Store session details, such as user name, start time, end time, duration, and charges.\n\n---\n\n## Technologies Used\n- **Spring MVC**: For REST API and application logic.\n- **JPA (Java Persistence API)**: For database interaction.\n- **MySQL**: Database to store PC and session details.\n- **Lombok**: To reduce boilerplate code.\n- **Jakarta Validation API**: For request validation.\n\n---\n\n## Setup and Installation\n\n### Prerequisites\n- Java Development Kit (JDK) 17 or later\n- Apache Maven\n- MySQL server\n- An IDE (e.g., IntelliJ IDEA, Eclipse)\n\n## Project Structure\n\ngaming-cafe/\n├── src/\n│   ├── main/\n│   │   ├── java/com/example/gamingCafe/\n│   │   │   ├── controller/       # REST controllers\n│   │   │   ├── entities/         # JPA entities\n│   │   │   ├── repository/       # JPA repositories\n│   │   │   ├── service/          # Service interfaces\n│   │   │   ├── serviceImpl/      # Service implementations\n│   │   │   └── GamingCafeApplication.java # Main entry point\n│   │   └── resources/\n│   │       ├── application.properties # Configuration\n│   │       └── data.sql          # Initial database seed (optional)\n│   └── test/\n│       └── java/com/example/gamingCafe/ # Unit and integration tests\n└── pom.xml                       # Maven configuration\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nmail : nailwalnikhil17@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnailwal08%2Fgamingcafebackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnailwal08%2Fgamingcafebackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnailwal08%2Fgamingcafebackend/lists"}