Skip to content

amshaikh/productCRUD

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 24, 2024 16:20
November 24, 2024 16:20
November 24, 2024 16:20
November 24, 2024 16:20
obj
November 24, 2024 16:20
November 24, 2024 16:20
November 24, 2024 16:20
November 24, 2024 16:20
November 24, 2024 16:20
November 24, 2024 16:31
November 24, 2024 16:20

Northwind Products Management App

This is a web application built using ASP.NET Core and Razor Pages to manage the Products entity from the Northwind.db database. The application provides functionality for users to view, add, update, and delete products in the database. It also integrates with a custom-built API to handle data operations.


Features

  • View Products: Display a list of products with their details.
  • Add Product: Create a new product and save it to the database.
  • Update Product: Edit the details of an existing product.
  • Delete Product: Remove a specific product from the database.
  • API Integration: Uses a custom-built API for seamless data communication.

Technologies Used

  • Backend: ASP.NET Core 7.0
  • Frontend: Razor Pages
  • Database: SQLite (northwind.db)
  • API: Custom-built RESTful API for CRUD operations
  • Styling: Basic HTML and CSS (optional customization)

Setup

Ensure the following are installed on your system:

  • .NET SDK (version 7.0 or later)
  • SQLite (if managing the database locally)

Getting Started

  1. Run App:
       dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published