{"id":25833777,"url":"https://github.com/angelokezimana/spring-boot-angular-starter-kit","last_synced_at":"2026-04-12T06:31:16.920Z","repository":{"id":238533701,"uuid":"796640855","full_name":"angelokezimana/spring-boot-angular-starter-kit","owner":"angelokezimana","description":"This repository provides a full-stack starter template for building modern web applications using Spring Boot (backend) and Angular (frontend). It's designed to help developers quickly set up a robust, scalable, and production-ready project with minimal configuration.","archived":false,"fork":false,"pushed_at":"2025-02-27T10:04:18.000Z","size":1207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T13:52:16.487Z","etag":null,"topics":["angular","java","spring-boot","typescript"],"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/angelokezimana.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-05-06T10:52:32.000Z","updated_at":"2025-02-27T10:04:22.000Z","dependencies_parsed_at":"2024-05-14T07:27:00.775Z","dependency_job_id":"52c1fb03-56ea-4f8d-baa1-1c59fbbb4b3d","html_url":"https://github.com/angelokezimana/spring-boot-angular-starter-kit","commit_stats":null,"previous_names":["angelokezimana/posta","angelokezimana/spring-boot-angular-starter-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelokezimana%2Fspring-boot-angular-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelokezimana%2Fspring-boot-angular-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelokezimana%2Fspring-boot-angular-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelokezimana%2Fspring-boot-angular-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angelokezimana","download_url":"https://codeload.github.com/angelokezimana/spring-boot-angular-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241275749,"owners_count":19937395,"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":["angular","java","spring-boot","typescript"],"created_at":"2025-02-28T23:31:22.681Z","updated_at":"2025-12-31T01:08:46.646Z","avatar_url":"https://github.com/angelokezimana.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot \u0026 Angular Starter Kit 🚀\n\nWelcome to the Spring Boot \u0026 Angular Starter Kit! This repository provides a full-stack template for building modern web applications using Spring Boot (backend) and Angular (frontend). It’s designed to help developers quickly set up a robust, scalable, and production-ready project with minimal configuration.\n\nWhether you're a beginner learning full-stack development or an experienced developer starting a new project, this starter kit has you covered.\n\n## Table of Contents\n\n- [Spring Boot \\\u0026 Angular Starter Kit 🚀](#spring-boot--angular-starter-kit-)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n    - [Backend:](#backend)\n    - [Frontend:](#frontend)\n    - [Pre-configured:](#pre-configured)\n  - [Technologies Used](#technologies-used)\n  - [Setup](#setup)\n    - [Prerequisites](#prerequisites)\n    - [Backend (Spring Boot)](#backend-spring-boot)\n    - [Frontend (Angular)](#frontend-angular)\n  - [Running the Application](#running-the-application)\n    - [Development Mode](#development-mode)\n    - [Production Mode](#production-mode)\n  - [API Documentation](#api-documentation)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n## Features\n\n### Backend:\n\n1. RESTful APIs with Spring Boot.\n\n2. JWT-based authentication with Spring Security.\n\n3. Database integration using Spring Data JPA (supports MySQL).\n\n4. Exception handling and validation.\n\n### Frontend:\n\n1. Modular Angular application with a clean structure.\n\n2. Responsive UI components.\n\n3. Authentication and role-based access control.\n\n### Pre-configured:\n\n1. Ready-to-use project structure.\n\n2. Sample code for CRUD operations.\n\n3. Step-by-step setup guide.\n\n## Technologies Used\n\n- **Backend:** Spring Boot, Spring Security, JWT, Spring Data JPA, MySQL.\n\n- **Frontend:** Angular, TypeScript, Angular Material.\n\n- **Tools:** Maven, npm, Docker (optional).\n\n## Setup\n\n### Prerequisites\n\n- Java 21\n\n- Node.js (v22.12.0 or higher)\n\n- npm (10.9.0 or higher)\n\n- Angular CLI (19.0.3 or higher)\n\n- MySQL\n\n- Apache Tomcat (for production deployment)\n\n### Backend (Spring Boot)\n\n1. Clone the repository:\n\n```sh\ngit clone https://github.com/your-username/spring-boot-angular-starter-kit.git\ncd spring-boot-angular-starter-kit\n```\n\n2. Set up the database:\n\n- Create a new database (e.g., `starter_db`) in MySQL.\n\n- Update the `application-\u003cdev|prod\u003e.properties` file with your database credentials.\n\n3. Build and run the backend:\n\n```sh\n./mvnw spring-boot:run\n```\n\nThe backend will be accessible at `http://localhost:8085`.\n\n### Frontend (Angular)\n\n1. Navigate to the frontend folder:\n\n```sh\ncd src/main/webapp\n```\n\n2. Install dependencies:\n\n```sh\nnpm install\n```\n\n3. Run the Angular app:\n\n```sh\nng serve\n```\n\nThe frontend will be accessible at `http://localhost:4200`.\n\n## Running the Application\n\n### Development Mode\n\n- Run the backend and frontend separately using the commands above.\n\n- The backend serves REST APIs, while the frontend connects to them.\n\n### Production Mode\n\n- `Backend:` Build a WAR file using `mvn clean install` and deploy it to a server like Tomcat.\n\n- `Frontend:` Generate a production build using `npm run build` and deploy the static files to a web server or use the backend as a reverse proxy.\n\n## API Documentation\n\nThe backend API is documented using Swagger. Access the OpenAPI specification at:\n\n- Development: `http://localhost:8085/swagger-ui/index.html`\n\n## Contributing\n\nContributions are welcome! Here’s how you can help:\n\n1. Fork the repository.\n\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n\n3. Make your changes.\n\n4. Commit your changes (`git commit -am 'Add some feature'`).\n\n5. Push to the branch (`git push origin feature/YourFeature`).\n\n6. Create a new Pull Request.\n\n## License\n\nThis project is open source and available under the MIT License. See the [LICENSE](https://github.com/angelokezimana/spring-boot-angular-starter-kit/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelokezimana%2Fspring-boot-angular-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelokezimana%2Fspring-boot-angular-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelokezimana%2Fspring-boot-angular-starter-kit/lists"}