{"id":20008395,"url":"https://github.com/fernanda-kipper/pass-in","last_synced_at":"2025-09-20T01:33:04.544Z","repository":{"id":233003480,"uuid":"778845270","full_name":"Fernanda-Kipper/pass-in","owner":"Fernanda-Kipper","description":"This project simulates the operation of an in-person event management dashboard","archived":false,"fork":false,"pushed_at":"2024-03-28T14:30:46.000Z","size":75,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T07:09:46.213Z","etag":null,"topics":["hsqldb","java","java-21"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Fernanda-Kipper.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}},"created_at":"2024-03-28T14:20:11.000Z","updated_at":"2024-09-14T01:50:43.000Z","dependencies_parsed_at":"2024-04-12T22:36:22.440Z","dependency_job_id":null,"html_url":"https://github.com/Fernanda-Kipper/pass-in","commit_stats":null,"previous_names":["fernanda-kipper/pass-in"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fpass-in","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fpass-in/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fpass-in/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fpass-in/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fernanda-Kipper","download_url":"https://codeload.github.com/Fernanda-Kipper/pass-in/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233613078,"owners_count":18702728,"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":["hsqldb","java","java-21"],"created_at":"2024-11-13T07:09:48.957Z","updated_at":"2025-09-20T01:32:59.207Z","avatar_url":"https://github.com/Fernanda-Kipper.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pass.In API\n\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white)\n![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge\u0026logo=spring\u0026logoColor=white)\n\nThis project is an API built using **Java, Java Spring, Flyway Migrations, HSQLDB as the database.**\n\nThis project simulates the operation of an in-person event management dashboard, built during [Next Level Week Unite](https://www.rocketseat.com.br/eventos/nlw?utm_source=kipperdev\u0026utm_medium=organic\u0026utm_campaign=lead\u0026utm_term=evento-nlw\u0026utm_content=pagevento-lp_evento_nlw_unite_inscricao), a free event where I built the project from scratch to teach the community of developers starting in the area.\n\n## Table of Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n\n\n## Requirements\n\n### Functional requirements\n\n- [x] The organizer must be able to register a new event.\n- [x] The organizer must be able to view event data.\n- [x] The organizer must be able to view the list of participants.\n- [x] The participant must be able to register for an event.\n- [x] The participant must be able to view their registration badge.\n- [x] The participant must be able to check-in at the event.\n\n### Business rules\n\n- [x] Participants can only register for an event once.\n- [x] Participants can only register for events with available places.\n- [x] Participants can only check-in to an event once.\n\n### Non-functional requirements\n\n- [x] Check-in at the event will be carried out using a QRCode.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Fernanda-Kipper/pass-in.git\n```\n\n2. Install dependencies with Maven\n\n## Usage\n\n1. Start the application with Maven\n2. The API will be accessible at http://localhost:8080\n\n## API Endpoints\nThe API provides the following endpoints:\n\n```markdown\nPOST /events - Register a new event.\n\nGET /events/{eventId} - Retrieve event details.\n\nGET /events/attendees/{eventId} - Retrieve the list of participants registered for specified event.\n\nPOST /events/{eventId}/attendees - Register a new participant to event.\n\nPOST /attendees/{attendeeId}/badge - Retrieves participant badge to access the event.\n\nPOST /attendees/{attendeeId}/check-in - Check in participant in the event.\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Fpass-in","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernanda-kipper%2Fpass-in","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Fpass-in/lists"}