Skip to content

An Angular/Spring Boot application which simulates a dog shelter

Notifications You must be signed in to change notification settings

BlueTechie/DogShelter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD Application with Spring Boot and Angular

This is a simple CRUD (Create, Read, Update, Delete) application with a Spring Boot backend using JPA for database interaction and an Angular frontend. The backend exposes RESTful APIs to perform CRUD operations, and the frontend allows users to interact with these APIs.

Features

  • Spring Boot Backend:

    • CRUD operations using Spring Data JPA.
    • RESTful APIs for interaction with the frontend.
    • H2 for data persistence.
  • Angular Frontend:

    • A simple UI to perform CRUD operations (Create, Read, Update, Delete) on the backend data.
    • Uses HttpClient to interact with the backend APIs.

Technologies Used

  • Backend:

    • Java
    • Spring Boot
    • Spring Data JPA
    • H2 Database
    • Spring Boot REST API
  • Frontend:

    • Angular
    • TypeScript
    • HTML, CSS

Prerequisites

For this application you need:

Backend Prerequisites

  • A Java IDE such as IntelliJ.
  • Maven or Gradle.

Frontend Prerequisites

Backend Setup (Spring Boot)

  1. Clone the repository:

    git clone https://github.com/BlueTechie/DogShelter.git

About

An Angular/Spring Boot application which simulates a dog shelter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors