angulardevelopment / book-rating-app-assignment

5 stars 10 forks source link
hacktoberfest

Here's what the app needs to be worked on provided by the maintainer.As we move along and make the app better we can keep updating the readme.md file

book-rating-app

Users can add and remove books on their account

New users must sign up with email and password. Email confirmation is not mandatory.

Existing users log in via email and password

Every book consists of aname, author and a numeric rating (from 1 to 5)

Users can update the rating of a book on their account

Users can filter their books by rating

Create an admin role whose dashboard shows all the books from all users

Admins can only view ratings but not edit them

Admins can filter books by created date

Clean and good looking UI/UX is expected

The API must be Restful. All actions should be executed via API.