You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yadegar is an innovative platform designed to connect artists and art enthusiasts, allowing for seamless collaboration and sharing. Users can showcase their work, discover new talent, and engage in meaningful discussions about art and creativity.
This is a simple .NET Web API project for managing books, created to explore .NET 8 with Entity Framework Core using an in-memory database. The project follows the repository pattern to handle book-related operations.
This API Gateway, built with Ocelot in ASP.NET Core, is designed to simplify microservices management for beginners by securely routing requests to authentication and CRUD services while enforcing JWT-based authentication. It supports scalable, secure API design, making it ideal for learning or developing small-to-medium applications with ease, and
Vehicle Vault is a robust and scalable backend system built with ASP.NET Core Web API that manages vehicle details and user information. This API provides secure, RESTful endpoints for retrieving, creating, and managing vehicle data, as well as handling user authentication and role-based authorization.
Ultimate .NET Web API is a robust backend solution designed to handle various complex operations efficiently. This API provides a comprehensive set of features that are essential for modern web applications.
This project implements role-based user authorization and access control using .NET Core Web API. It enables user authentication via tokens and defines user roles such as Admin, and User, each with specific access permissions to API endpoints.
A learning project for building a .NET Core Web API by creating a Pet Store. This project demonstrates the fundamentals of REST API development, including CRUD operations, data validation, and database interaction using Entity Framework Core.
This .Net Web API offers CRUD operations for regions and walks, with advanced filtering, sorting and pagination. The API is secured with JWT-based authentication and authorization.
This repository contains a .NET Web API for managing contacts. The API allows you to perform CRUD operations (Create, Read, Update, Delete) on contacts stored in a SQL database.