Skip to content

AndreasTsikri/BookReviewer

Repository files navigation

BookReview App

A simple web application built with ASP.NET Core MVC for managing books and user reviews. Users can browse books, add reviews, and see others’ ratings and comments. There is also an available API!


Table of Contents


Features

  • User authentication (registration and login) using .net built in Identity
  • Add, view, and list books
  • Search and filter books by Title, Genre or Author
  • Add reviews and ratings for books
  • Display average rating per book
  • View all reviews with user info and timestamps
  • Input validation and secure model binding
  • Responsive UI with Bootstrap

Technologies


Getting Started

Prerequisites

Clone the repository

git clone https://github.com/AndreasTsikri/BookReviewer.git
cd BookReviewer

Start the dotnet

dotnet run

About

A web app for book posting and reviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published