{"id":19713013,"url":"https://github.com/cbcballestas/gestion-matriculas-backend","last_synced_at":"2026-05-09T06:08:56.021Z","repository":{"id":159077870,"uuid":"634410105","full_name":"cbcballestas/gestion-matriculas-backend","owner":"cbcballestas","description":"Backend para gestión de matrículas usando: Spring Boot 3, Spring Security, JWT y PostgreSQL como motor  de base de datos. ( Evaluación final curso Java 17 Backend - Mitocode)","archived":false,"fork":false,"pushed_at":"2023-04-30T03:33:54.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T17:36:28.038Z","etag":null,"topics":["jwt","postgresql","spring-boot","spring-boot-3"],"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/cbcballestas.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-04-30T02:53:25.000Z","updated_at":"2023-07-20T03:16:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"39c5ce6f-bda8-42d1-8290-76332aff4178","html_url":"https://github.com/cbcballestas/gestion-matriculas-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbcballestas/gestion-matriculas-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbcballestas%2Fgestion-matriculas-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbcballestas%2Fgestion-matriculas-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbcballestas%2Fgestion-matriculas-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbcballestas%2Fgestion-matriculas-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbcballestas","download_url":"https://codeload.github.com/cbcballestas/gestion-matriculas-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbcballestas%2Fgestion-matriculas-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["jwt","postgresql","spring-boot","spring-boot-3"],"created_at":"2024-11-11T22:19:19.200Z","updated_at":"2026-05-09T06:08:56.011Z","avatar_url":"https://github.com/cbcballestas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gestión matrículas BACKEND\nBackend para gestión de matrículas usando: Spring Boot 3, Spring Security, JWT y PostgreSQL como motor \nde base de datos.\n\n## Requirements\n- [JDK 17](https://adoptium.net/es/?variant=openjdk17)\n- [Maven 3](https://maven.apache.org/)\n- PostgreSQL\n\nYou will need to set up your database (or create your own) with the following configuration\n``` yaml\nspring:\n  datasource:\n    url: jdbc:postgresql://localhost/db_evaluacion_final\n    username: postgres\n    password: \n    driver-class-name: org.postgresql.Driver\n\n  jpa:\n    show-sql: false\n    hibernate:\n      ddl-auto: update\n    properties:\n      hibernate:\n        format_sql: true\n        dialect: org.hibernate.dialect.PostgreSQLDialect\n  mvc:\n    throw-exception-if-no-handler-found: true\n    static-path-pattern: /templates\n\njwt:\n  secret: jwt_secret\n```\n\n## Run application\n\nThere are several ways to run a Spring Boot application in your local machine. The most common way is executing `main` method in `com.cballestas.evaluacionfinal.EvaluacionFinalApplication` class from your IDE\n\nAlternative you can use [Spring Boot Maven plugin](https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle), just running:\n\n```shell\nmvn spring-boot:run\n```\n\n## Endpoints \n- Login (para obtener JWT)\n  - http://localhost:8080/login \n  \n  ```json\n    {\n      \"username\": \"mito\",\n      \"password\": \"123456\"\n    }\n  ```\n- CRUD Cursos\n  - http://localhost:8080/api/v1/courses \n- CRUD Estudiantes\n  - http://localhost:8080/api/v1/students \n- Listado de estudiantes ordenados por edad (de forma descendente)\n  - http://localhost:8080/api/v1/students/age-desc\n- Relación de cursos matriculados y sus estudiantes correspondientes\n  - http://localhost:8080/api/v1/students/summary","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbcballestas%2Fgestion-matriculas-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbcballestas%2Fgestion-matriculas-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbcballestas%2Fgestion-matriculas-backend/lists"}