Giter VIP home page Giter VIP logo

rafaykhattak / bulkybook Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1018 KB

Bulky Book leverages Entity Framework Core for seamless CRUD operations, ensuring efficient creation, reading, updating, and deletion of categories with a responsive and dynamic web interface.

C# 4.27% HTML 4.62% CSS 91.04% JavaScript 0.07%
crud-application database-management dotnet dotnet-core dotnet-framework mssql-server mvc-core

bulkybook's Introduction

Bulky Book

Bulky Book is an ASP.NET Core MVC application for managing categories with a SQL Server database backend.

image (1)

Table of Contents

Getting Started

Prerequisites

Installation

  1. Clone the repository: git clone https://github.com/your-username/BulkyBookWeb.git
  2. Navigate to the project directory: cd BulkyBookWeb
  3. Restore dependencies: dotnet restore
  4. Update database: dotnet ef database update
  5. Run the application: dotnet run

Project Structure

  • BulkyBookWeb
    • Controllers: Contains controllers handling HTTP requests.
    • Data: Defines the database context and migrations.
    • Migrations: Database migration files.
    • Models: Data models used in the application.
    • Views: Razor views for the application.
    • wwwroot: Static files (CSS, JavaScript, images).
    • appsettings.json: Configuration file for the application.
    • Program.cs: Entry point for the application.
    • Startup.cs: Configures services and middleware.

Configuration

AppSettings

The appsettings.json file contains configuration settings for the application.

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=Bulky;Trusted_Connection=True;"
  }
}

Features

  1. Create, Read, Update, and Delete (CRUD) operations for categories.
  2. Display a list of categories with details.

Entity Framework

This project uses Entity Framework Core for database operations. Entity Framework simplifies database interactions and allows for easy migrations.

Usage

  1. Launch the application.
  2. Navigate to http://localhost:port-number in your web browser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.