Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k3ury99/kortexmvccrud
This is a CRUD application of clients, suppliers and products made for educational and also practical purposes to use Asp.net and MVC connected with a Sqlite3 database.
https://github.com/k3ury99/kortexmvccrud
asp-net-core mvc sqlite3-database
Last synced: 2 months ago
JSON representation
This is a CRUD application of clients, suppliers and products made for educational and also practical purposes to use Asp.net and MVC connected with a Sqlite3 database.
- Host: GitHub
- URL: https://github.com/k3ury99/kortexmvccrud
- Owner: K3ury99
- License: mit
- Created: 2024-04-09T15:45:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T01:09:14.000Z (5 months ago)
- Last Synced: 2024-08-19T02:29:00.326Z (5 months ago)
- Topics: asp-net-core, mvc, sqlite3-database
- Language: C#
- Homepage:
- Size: 43.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚀 KortexMVCCrud
> [!NOTE]
**KortexMVCCrud** is a CRUD (Create, Read, Update, Delete) application designed to manage clients, suppliers, and products. Built using ASP.NET MVC and integrated with a SQLite3 database, this project serves both educational and practical purposes.
## 🛠 Features
- **Clients**: Manage client information with ease.
- **Suppliers**: Add, update, or delete supplier data.
- **Products**: Handle product records efficiently.
- **MVC Framework**: Built on the ASP.NET MVC architecture for modular and maintainable code.
- **SQLite3 Database**: Lightweight, file-based database integration.## 👾 Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/K3ury99/KortexMVCCrud.git
2. **Navigate to the project directory:**
```bash
cd KortexMVCCrud
2. **Navigate to the project directory:**
3. **Open in Visual Studio:** Open the solution file KortexCrud.sln and build the project.
4. **Run the application:** Press F5 to start the application.## 🐱👤 Contributing
1. **Fork the repo**
- **Create a new branch**
```bash
git checkout -b feature-branch
- **Commit changes**
```bash
git commit -am 'Add new feature'
2. **Push to the branch (git push origin feature-branch)**
3. **Create a new Pull Request**## 📔 License
This project is licensed under the MIT License. See the LICENSE file for details.