An open API service indexing awesome lists of open source software.

https://github.com/goosescout/springcats

Spring and React project
https://github.com/goosescout/springcats

gradle java jwt-authentication react rest-api spring springboot typescript

Last synced: 2 months ago
JSON representation

Spring and React project

Awesome Lists containing this project

README

          

# Spring cats rest api

> This projects provides a React website and Spring rest api. It implements CRUD operations to work with cats and their owners.

## Описание
Данный проект предоставляет веб-интерфейс для управления Котиками и их Хозяевами. Поддерживаются операции удаления, добавления и редактирования обеих сущностей, а также авторизация и регистрация на сайте.

## Технологии
- Фронтенд: `React (Typescript)` + `Redux`
- Бэкенд: `Java Spring`, трёхслойная архитектура, автоматическое тестирование `JUnit`

## Примеры
- Главная страница:
![example1](https://github.com/goosescout/SpringCats/blob/main/img/example1.png?raw=true)
- Авторизация:
![example2](https://github.com/goosescout/SpringCats/blob/main/img/example2.png?raw=true)
- Управление Хозяевами:
![example2](https://github.com/goosescout/SpringCats/blob/main/img/example3.png?raw=true)
- Управления Котиками:
![example2](https://github.com/goosescout/SpringCats/blob/main/img/example4.png?raw=true)

---
Данный проект является учебным и несёт функцию демонстрации знаний и умений, которыми обрадает его автор.

*Michael Gurevich, 2023*