Skip to content

rajeewa-a/BooksWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BooksWeb

An online bookstore using AspNetCore MVC.

Functionality

Admin-

  • Login
  • Manage Books
  • Manage Book Cover Types
  • Manage Categories/Genres
  • Manage Customer Orders
  • View Feedback

Customer-

  • Register
  • Login
  • View Book Details
  • Manage Cart
  • Make Payments
  • View Order Details
  • Send Feedback

Development Environment

  • Visual Studio 2022
  • .NET 6.0
  • Microsoft SQL Server 2017

Configuration

Change the connection string and Stripe secret key and publishable key in the BooksWeb/appsettings.json file. (Note: Uses Stripe as the payment gateway. Stripe account is required for payment functionality.)

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DefaultConnection": "Server=DESKTOP-MPDGLCC\\SQLEXPRESS; database=bookstore; Trusted_Connection=True; " //connection string
  },

  "Stripe": {
    "SecretKey": "", 
    "PublishableKey": ""
  }

}

Screenshots

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

About

An online bookstore using AspNetCore MVC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published