Skip to content

πŸ” Manage and explore HTTP response codes visually with images β€” built using Angular, Spring Boot, and MySQL. Includes login, filtering, and list-saving features.

Notifications You must be signed in to change notification settings

ddhanushd/response-code-list-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

response-code-list-manager

πŸ” Manage and explore HTTP response codes visually with images β€” built using Angular, Spring Boot, and MySQL. Includes login, filtering, and list-saving features.

πŸ” Project Overview

This project enables users to:

  • Browse HTTP response codes with corresponding images.
  • Search/filter response codes (e.g., by 2xx, 404, etc.).
  • Create, save, edit, and delete custom lists of response codes.
  • Basic login/signup functionality (handled on Angular frontend).
  • Experience a dynamic and responsive UI.

πŸ› οΈ Tech Stack

  • Frontend: Angular, TypeScript, HTML, CSS
  • Backend: Spring Boot, Spring Data JPA, MySQL
  • Authentication: Handled in frontend logic (Angular service + form validation)
  • Database: MySQL
  • Tools: Postman (API Testing), GitHub

βš™οΈ Features

  • πŸ‘€ Login/Signup – Simple authentication system on the frontend with route guarding.
  • πŸ“„ CRUD Operations – Manage saved lists of response codes (Create, Retrieve, Update, Delete).
  • πŸ”Ž Filtering/Search – Dynamic frontend filtering and backend wildcard search (LIKE '2__').
  • πŸ§ͺ Tested APIs – Verified using Postman.
  • πŸ“Š Query Optimization – Efficient queries with documented complexity:
    • O(1) for primary key lookups
    • O(N) for list retrieval

About

πŸ” Manage and explore HTTP response codes visually with images β€” built using Angular, Spring Boot, and MySQL. Includes login, filtering, and list-saving features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages