AI-powered Spring Boot + Angular starter — a clean, professional full-stack template that demonstrates integrating Spring Boot backend with AI features and an Angular frontend.
- Spring Boot backend (REST APIs)
- Angular frontend (SPA)
- Built-in examples for AI integrations (placeholders)
- Docker-friendly structure
- Clear docs and developer-friendly setup
- MIT License
- Java 17+ (for Spring Boot backend)
- Maven
- Node.js 18+ and npm / yarn
- Angular CLI (optional)
cd backend
./mvnw spring-boot:run # or use your IDE (Import as Maven project)cd frontend
npm install
ng serve --open # or npm start if configuredYou can run backend and frontend in separate terminals as above. For production, build frontend and serve via backend or a static hosting service.
spring-ai-angular/
├── backend/ # Spring Boot project (Java)
├── frontend/ # Angular project (TypeScript)
├── docs/ # Documentation and diagrams
├── .github/ # Issue & PR templates
├── project_logo.svg
├── README.md
├── LICENSE
└── CONTRIBUTING.md
Contributions are welcome! See CONTRIBUTING.md for guidelines.
Kiran Gangad — feel free to open issues or PRs.
This project is licensed under the MIT License - see the LICENSE file for details.