{"id":28102069,"url":"https://github.com/marc0franc0/stripechallenge","last_synced_at":"2026-04-11T03:34:35.833Z","repository":{"id":220029428,"uuid":"750577585","full_name":"Marc0Franc0/StripeChallenge","owner":"Marc0Franc0","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-16T22:21:33.000Z","size":1069,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T19:32:17.795Z","etag":null,"topics":["angular","java","jwt","maven","postgresql","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marc0Franc0.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-01-30T22:42:56.000Z","updated_at":"2024-02-01T14:56:16.000Z","dependencies_parsed_at":"2024-02-01T16:31:00.904Z","dependency_job_id":"407cf999-df87-4ec4-a719-a737034bb658","html_url":"https://github.com/Marc0Franc0/StripeChallenge","commit_stats":null,"previous_names":["marc0franc0/challengestripe","marc0franc0/stripechallenge"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Marc0Franc0/StripeChallenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc0Franc0%2FStripeChallenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc0Franc0%2FStripeChallenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc0Franc0%2FStripeChallenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc0Franc0%2FStripeChallenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marc0Franc0","download_url":"https://codeload.github.com/Marc0Franc0/StripeChallenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marc0Franc0%2FStripeChallenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["angular","java","jwt","maven","postgresql","spring-boot"],"created_at":"2025-05-13T19:31:15.779Z","updated_at":"2026-04-11T03:34:35.799Z","avatar_url":"https://github.com/Marc0Franc0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [StripeChallenge](https://github.com/Marc0Franc0/StripeChallenge#stripechallenge)\n\n## FrontendAngular\n\n### Características\n- Inicio de sesión\n- Vista de datos del usuario\n\n### Tecnologías\n- Angular 15.2.1\n\n### Ejecución\n1. Clonar repositorio: git clone https://github.com/Marc0Franc0/ChallengeStripe\n2. Ir al directorio del proyecto: cd ChallengeStripe/FrontendAngular\n3. Seguir pasos de ejecución\n\n### Ejecutar localmente\n\nPara construir y ejecutar la aplicación necesita:\n- [Node.js](https://nodejs.org/en/download/)\n  \n```shell\nnpm install\n```\n\n```shell\nng serve\n```\n \n## BackendSpring\n\n### Características\n- Registro de usuario e inicio de sesión con autenticación JWT\n- Cifrado de contraseña usando BCrypt\n\n### Tecnologías\n- Spring Boot 3.0\n- Java 17\n- Spring Security\n- JSON Web Tokens (JWT)\n- BCrypt\n- Maven\n- PostgreSQL\n\n### Ejecución\n1. Clonar repositorio: git clone https://github.com/Marc0Franc0/ChallengeStripe\n2. Ir al directorio del proyecto: cd ChallengeStripe\\BackendSpring\n3. Seguir pasos de ejecución\n\n### Ejecutar con Maven\n\nPara construir y ejecutar la aplicación necesita:\n\n- [JDK 17+](https://www.oracle.com/java/technologies/downloads/#java17)\n- [Maven 3+](https://maven.apache.org)\n\nConfigurar datos de la base de datos Postgress: [application.properties](https://github.com/Marc0Franc0/Forum/blob/main/src/main/resources/application-dev.properties)\n\nEjecutar localmente\n\n```shell\nmvn clean install\n```\n```shell\nmvn spring-boot:run\n```\n\nDirigirse a:\n- [Documentación Swagger](http://localhost:8080/swagger-ui/index.html)\n\n### Endpoints\n\n#### Crear usuario\n`POST /api/v1/auth/register`\nhttp://localhost:8080/api/v1/auth/register\n\n#### Iniciar sesión\n`POST /api/v1/auth/login`\nhttp://localhost:8080/api/v1/auth/login\n\n#### Obtener usuario\n`GET /api/v1/users/{username}`\nhttp://localhost:8080/api/v1/users/{username}\n\n#### Crear suscripción\n`POST /api/v1/subs/`\nhttp://localhost:8080/api/v1/subs/\n\n#### Modificar estado de suscripción\n`PUT /api/v1/subs/{id}/{active}`\nhttp://localhost:8080/api/v1/subs/{id}/{active}\n\n#### Confirmar pago de suscripción\n`POST /api/v1/stripe/confirm`\nhttp://localhost:8080/api/v1/stripe/confirm\n\n#### Cancelar pago de suscripción\n`POST /api/v1/stripe/cancel/{id}`\nhttp://localhost:8080/api/v1/stripe/cancel/{id}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc0franc0%2Fstripechallenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarc0franc0%2Fstripechallenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc0franc0%2Fstripechallenge/lists"}