Welcome to the EcommerceWebAPI repository! This project is a web API developed in .NET Core using the Code-First approach for database management. It is designed to serve as a resource for beginners looking to learn about building web APIs in .NET Core.
- API Endpoints: Explore various API endpoints that showcase common functionalities in an e-commerce application.
- Code-First Approach: Understand how to manage your database schema using the Code-First approach in .NET Core.
- Documentation: Detailed comments and documentation to help users understand the codebase.
1 .NET Core SDK installed on your machine.
2 Clone the repository
3 Run the application