lipiprajapati /
angular-springboot-todos-full-stack-website
Full-stack TODO website by Angular with Springboot
45/100 healthLoading repository data…
rutuja1302 / repository
A full-stack web application that helps users manage and track their job applications.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A full-stack web application that helps users manage and track their job applications. The application provides secure user authentication and allows users to create, view, update, and manage their job application records through an intuitive interface.
The application follows a standard full-stack architecture:
Angular Frontend
|
| HTTP Requests (JWT Token)
|
Spring Boot REST APIs
|
|
Service Layer
|
Repository Layer
|
|
PostgreSQL Database
This project follows a monorepo structure containing frontend, backend, and database scripts.
JobTracker/
│
├── frontend/
│ └── Angular application
│
├── backend/
│ └── Spring Boot application
│
└── database/
└── queries.sql
Selected from shared topics, language and repository description—not editorial ratings.
lipiprajapati /
Full-stack TODO website by Angular with Springboot
45/100 healthAvinashSaxena777 /
A full stack web application, created using Java, Spring and Spring Boot in Backend, Angular, Material UI and Tailwind CSS in frontend.
27/100 healthDTOs are used to separate API models from database entities.
Benefits:
Example flow:
Request DTO
|
Controller
|
Service
|
Entity
|
Database
The application implements centralized exception handling using:
@RestControllerAdvice@ExceptionHandlerHandled scenarios include:
This ensures consistent error responses across APIs.
Database scripts are maintained separately inside the repository.
The SQL file contains:
git clone https://github.com/rutuja1302/job-application-tracker.git
cd backend/tracker
application.properties
mvn spring-boot:run
Navigate to frontend folder:
cd frontend/job-tracker-ui
Install dependencies:
npm install
Run Angular application:
ng serve
Application will run on:
http://localhost:4200
Rutuja Mhatre
Java Full Stack Developer
Inscode /
A full-stack ecommerce web application built with Angular and Spring Boot, featuring retail and wholesale pricing, AI-powered smart search, and chatbot support.