Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.08 KB

README.md

File metadata and controls

72 lines (44 loc) · 1.08 KB

Book Store Web Application

Book Store is a Web Application to store, view, and manipulate books.

Functionalities

  • View all available books.
  • View details of a book.
  • Add a new book.
  • View top and similar books.
  • Search for a book.
  • Download book pdf.
  • Signup, Login and Logout.
  • Change Password
  • View your Library.
  • Edit and Delete your books.

Stack

  • C#
  • ASP.NetCore 3.1
  • PostgreSQL
  • EntityFramework Core
  • Identity
  • Html, Css, Javascript, Bootstrap4, and Jquery

Running the server

From within BookStore.WebApp directory, run:

dotnet run

Overview

Home

home

Books

home

Book Details

home

Search

home

Search (No Results)

home

Signup

home

Login

home

References

  • WebGentle youtube Guide

  • Microsoft Docs

Todos

  • Add favorite books.
  • Some UI magic.