Skip to content
Albert edited this page Oct 30, 2023 · 20 revisions

Welcome to the monitorBook wiki!

Project Summary

The project involves creating a Spring Boot application with a primary domain focused on "books" and the implementation of a user activity monitoring system through RESTful APIs. The core objective is to develop a platform for managing and tracking user interactions with book-related content.

The "book" domain will encompass features for storing, retrieving, and managing book-related data (all basic CRUD operations), including attributes such as title, author, publication date, and genre. This domain will serve as the backbone of the application, facilitating CRUD operations on book records.

To monitor user activity, the project will include an activity tracking system that logs and analyzes user interactions with the book domain. This will involve creating RESTful APIs for actions like book views, ratings, reviews, and other user-related activities. These API endpoints will collect and store user activity data, enabling administrators to gain insights into user engagement and behavior.

Domains

Domains

Model

Model

Iterations

Iterations

Endpoints postman

monitorBook api Rest documentation

Roles

so far, one-man project (always a bad idea)

Clone this wiki locally