{"id":21935969,"url":"https://github.com/marius-pieptea/angular-springboot-crud-authentication","last_synced_at":"2026-04-13T10:31:46.391Z","repository":{"id":264865168,"uuid":"894495866","full_name":"marius-pieptea/angular-springboot-crud-authentication","owner":"marius-pieptea","description":"Full-stack CRUD application using Angular with NgRx for frontend, Java Spring Boot with PostgreSQL for backend. Features user authentication, JWT, and reactive state management.","archived":false,"fork":false,"pushed_at":"2024-11-26T14:07:23.000Z","size":32484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T14:16:11.598Z","etag":null,"topics":["angular","authentication","crud-application","jwt","ngrx","postgresql","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/marius-pieptea.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":"2024-11-26T13:07:09.000Z","updated_at":"2024-11-26T14:07:27.000Z","dependencies_parsed_at":"2024-11-26T14:48:46.689Z","dependency_job_id":null,"html_url":"https://github.com/marius-pieptea/angular-springboot-crud-authentication","commit_stats":null,"previous_names":["marius-pieptea/angular-springboot-crud-auth-main"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marius-pieptea/angular-springboot-crud-authentication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marius-pieptea%2Fangular-springboot-crud-authentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marius-pieptea%2Fangular-springboot-crud-authentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marius-pieptea%2Fangular-springboot-crud-authentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marius-pieptea%2Fangular-springboot-crud-authentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marius-pieptea","download_url":"https://codeload.github.com/marius-pieptea/angular-springboot-crud-authentication/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marius-pieptea%2Fangular-springboot-crud-authentication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31748959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["angular","authentication","crud-application","jwt","ngrx","postgresql","spring-boot"],"created_at":"2024-11-29T01:12:34.041Z","updated_at":"2026-04-13T10:31:46.375Z","avatar_url":"https://github.com/marius-pieptea.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Angular, Spring Boot and PostgreSQL Application\n\nThis is a demo project for a Spring Boot application that integrates with various technologies such as Redis, PostgreSQL, H2 Database, JWT Security, and OpenAPI 3. The project also includes a frontend built with Angular, packaged together with the backend in a single JAR file.\n\n---\n\n## Project Structure\n```\n.\n├── .github/\n│   └── workflows/\n├── .idea/\n├── .vscode/\n├── frontend/\n│   ├── .angular/\n│   ├── src/\n│   ├── angular.json\n│   ├── karma.conf.js\n│   ├── package.json\n│   ├── README.md\n│   ├── tsconfig.app.json\n│   ├── tsconfig.json\n│   └── tsconfig.spec.json\n├── logs/\n├── src/\n│   ├── main/\n│   │   ├── java/\n│   │   │   └── com/example/springbootsuperheroes/superheroes/\n│   │   └── resources/\n│   ├── test/\n│   │   ├── java/\n│   │   │   └── com/example/springbootsuperheroes/superheroes/\n│   │   └── resources/\n├── mvnw\n├── mvnw.cmd\n├── pom.xml\n└── system.properties\n```\n\n---\n\n## Dependencies\nThe project uses the following dependencies:\n\n- **Spring Boot Starter Data JPA**\n- **PostgreSQL**\n- **Spring Boot Starter Data Redis**\n- **Spring Data Redis**\n- **Jedis**\n- **H2 Database**\n- **Spring Boot Starter Web**\n- **Spring Boot Starter Log4j2**\n- **Spring Boot Starter Validation**\n- **Spring Boot DevTools**\n- **Lombok**\n- **Spring Boot Starter Test**\n- **ModelMapper**\n- **SpringDoc OpenAPI UI**\n- **SpringDoc OpenAPI Data Rest**\n- **Spring Boot Starter Security**\n- **JJWT (Java JWT)**\n- **JUnit**\n\n---\n\n## Build and Run\n\n### Prerequisites\n- **Java 17**\n- **Maven**\n- **Node.js and npm**\n\n### Building the Project\nTo build the project, run the following command:\n```bash\nmvn clean install\n```\n\n### Running the Application\nTo run the application, use the following command:\n```bash\njava -jar target/superheroes.jar\n```\n\n### Running Tests\nTo run the tests, use the following command:\n```bash\nmvn test\n```\n\n---\n\n## Configuration\n\n### Application Properties\nThe application properties are configured in:\n- `src/main/resources/application.properties`\n- `src/main/resources/application.yml`\n\n### Security Configuration\nThe security configuration is defined in `SecurityConfig`.\n\n### Redis Configuration\nThe Redis configuration is defined in `RedisConfig`.\n\n### Logging\nThe logging configuration is defined in `log4j2-spring.xml`.\n\n---\n\n## Packaging\nThe project uses the `frontend-maven-plugin` to package the Spring Boot backend and Angular frontend into a single JAR file.\n\n---\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarius-pieptea%2Fangular-springboot-crud-authentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarius-pieptea%2Fangular-springboot-crud-authentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarius-pieptea%2Fangular-springboot-crud-authentication/lists"}