https://github.com/yagop-dev/service-order-aspnet-sqlserver
Web system for managing service orders โ built with ASP.NET Core, Entity Framework ,Angular(TypeScrip)t, and SQL Server
https://github.com/yagop-dev/service-order-aspnet-sqlserver
angular aspnet-core backend crud css entity-framework frontend fullstack html rest-api service-orders sql-server swagger typescript web-application web-ui
Last synced: 2 months ago
JSON representation
Web system for managing service orders โ built with ASP.NET Core, Entity Framework ,Angular(TypeScrip)t, and SQL Server
- Host: GitHub
- URL: https://github.com/yagop-dev/service-order-aspnet-sqlserver
- Owner: yagop-dev
- Created: 2025-08-09T13:52:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-02T15:01:35.000Z (10 months ago)
- Last Synced: 2025-10-04T11:42:31.398Z (9 months ago)
- Topics: angular, aspnet-core, backend, crud, css, entity-framework, frontend, fullstack, html, rest-api, service-orders, sql-server, swagger, typescript, web-application, web-ui
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๏ปฟ# ๐ ๏ธ Service Order Management System
A full-stack web application for managing service orders - built to demonstrate backend and frontend development skills using modern technologies.
---
## ๐ Tech Stack
**Backend**
- ASP.NET Core 8
- Entity Framework Core
- SQL Server
- Swagger (API testing)
**Frontend**
- HTML, CSS, JavaScript (vanilla)
---
## ๐ฆ Features
- ๐ง CRUD operations for Clients, Technicians, and Service Orders
- ๐ RESTful API with HTTP methods (GET, POST, PUT, DELETE)
- ๐ค DTOs for clean and secure data transfer
- ๐งช Swagger integration for easy endpoint testing
- ๐๏ธ Relational database with Entity Framework and SQL Server
---
## ๐ฏ Purpose
This project was developed as part of my portfolio to showcase my ability to build scalable backend systems and prepare for frontend integration.
It reflects my understanding of clean architecture, RESTful design, and full-stack development principles.
---
## ๐งช How to Run Locally
```bash
# Clone the repository
git clone https://github.com/yagop-dev/service-order-aspnet-sqlserver.git
# Restore dependencies
dotnet restore
# Apply migrations (if needed)
dotnet ef database update
# Run the application
dotnet run
## ๐ค Access Swagger
Once the application is running, you can access the Swagger UI for API testing at:
https://localhost:{your-port}/swagger
# Replace `{your-port}` with the actual port used by your ASP.NET Core application.
```
---
## ๐ Roadmap
- [x] Backend with controllers, DTOs, and database integration
- [x] Swagger testing
- [ ] Frontend UI with service order dashboard
- [ ] Authentication and user roles
- [ ] Deployment to Azure or Vercel
---
## ๐โโ๏ธ About Me
I'm **Yago Pulgatti**, a developer passionate about building clean, scalable systems.
This project is part of my journey to become a full-stack developer.
- ๐ง Email: [yagopquadros633@outlook.com](mailto:yagopquadros633@outlook.com)
- ๐ฑ Phone: (48) 99867-0021
- ๐ GitHub: [github.com/yagop-dev](https://github.com/yagop-dev)
---
## ๐ License
This project is open-source under the **MIT License**.
Feel free to explore the code, open issues, or reach out โ I'm always open to feedback and collaboration!