Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e-d-i-n-i/asp-mvc-crud-app

ASP MVC CRUD App is an ASP.NET MVC web application that demonstrates basic CRUD operations and MVC architecture in a .NET environment.
https://github.com/e-d-i-n-i/asp-mvc-crud-app

asp-net crud-application mvc-framework webapp

Last synced: about 1 month ago
JSON representation

ASP MVC CRUD App is an ASP.NET MVC web application that demonstrates basic CRUD operations and MVC architecture in a .NET environment.

Awesome Lists containing this project

README

        

# ASP MVC CRUD App ➕

**ASP MVC CRUD App** is a web application built using ASP.NET MVC that demonstrates fundamental CRUD (Create, Read, Update, Delete) operations. This project provides a robust foundation for understanding MVC architecture and data management in a .NET environment.

## Features

- **Create**: Add new records to the database.
- **Read**: View and search existing records.
- **Update**: Modify and save changes to existing records.
- **Delete**: Remove records from the database.

## Technologies Used

- **Backend**: ASP.NET MVC
- **Database**:Microsoft SQL Server
- **Frontend**: HTML, CSS, JavaScript

## Installation

1. Clone the repository:
```bash
git clone https://github.com/e-d-i-n-i/asp-mvc-crud-app.git
```
2. Navigate to the project directory:
```bash
cd asp-mvc-crud-app
```
3. Restore dependencies:
```bash
dotnet restore
```
4. Run the application:
```bash
dotnet run
```

## Usage

1. Open the application in your browser.
2. Use the interface to create, read, update, and delete records.
3. Manage your data with the provided CRUD operations.

## License

This project is licensed under the [MIT License](LICENSE).