TechBookLibrary is a modern ASP.NET Core MVC Bookstore application that allows users to browse, Add, read books online. It features file uploads, form validation, and a clean UI for managing books.
Team.highlights.intro.template.-.Made.with.Clipchamp.1.mp4
- 📖 Browse a catalog of books with cover images, titles, authors, and prices.
- 📥 Upload books with PDF files and cover images.
- 📝 Edit and delete book records.
- 📚 Read books online.
- 🎨 Responsive design using Bootstrap 5.
- 🧪 Uses demo/static data (no actual database required).
Displays a welcome message or featured section.
Users can browse all available books.

Users can view or download the selected book in PDF format.

- ASP.NET Core MVC
- Entity Framework Core (mock/demo data)
- Razor Pages
- C#
- Bootstrap 5
- File upload handling with
IFormFile
/wwwroot/uploads => Stores uploaded images & PDFs /Controllers => Contains BookController.cs /Models => Book.cs /Views/Book => MVC views (Create, Edit, Index, etc.)
- Clone the repository:
git clone https://github.com/your-username/techbooklibrary.git
Open the project in Visual Studio or VS Code.
Run the project: dotnet run 🌍 Live Demo 🔗 View Live App
📃 License This project is licensed under the MIT License. © [TechBookLibrary], 2025
