Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API Project - animal service scheduling

This is a Software as a Service (SaaS) application project that provides a backend application with API interface for a small business that takes care of animals. This Spring Boot project will allow users to create pets, owners, and employees, and then schedule events for employees to provide services for pets.

The Back-End

Following technologies are used for the backend service:

  1. The Spring Boot application is persisted in external database MySQL database and accessed with Spring Data JPA ORM.
  2. Data Transfer Object (DTO) pattern is used for data transmission between the user input data and the backend controller layer.
  3. H2 in-memory database is used for running test cases.

The Project Starter Code

The project is built based on the following codings:

  1. The POJOs of the entities.
  2. API method signature of the controllers.

About

A backend RESTful API project on scheduling events to pets

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages