MidgarApp is a full-stack web application built with Angular (frontend) and ASP.NET Core (backend).
It aims to provide a modern, scalable architecture suitable for enterprise-grade solutions.
- Frontend: Developed using Angular CLI. It provides a responsive and dynamic user interface.
- Backend: Built with ASP.NET Core, exposing RESTful APIs with integrated Swagger documentation.
Navigate to the backend project folder and run:
dotnet watch runSwagger documentation will be available at https://localhost:7204/swagger.
Navigate to the frontend project folder and run:
ng serveThe Angular app will be available at http://localhost:4200.
- 🔧 ASP.NET Core Web API with Swagger UI
- ⚡ Responsive Angular frontend with real-time updates
- 🧪 Unit testing support on both frontend and backend
- 📦 Modular and maintainable architecture
Feel free to fork the project and submit pull requests. Contributions are welcome!
This project is licensed under the MIT License.
For questions, suggestions, or support, please contact me.
