Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/e-d-i-n-i/asp-mvc-crud-app
- Owner: e-d-i-n-i
- Created: 2023-05-18T18:04:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T07:45:18.000Z (5 months ago)
- Last Synced: 2024-11-13T19:44:37.078Z (3 months ago)
- Topics: asp-net, crud-application, mvc-framework, webapp
- Language: C#
- Homepage:
- Size: 7.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).