Skip to content

ottorinobruni/DevProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Proxy: Enhancing Client-Side API Reliability through Simulated Errors and Responses

This repository contains the source code for the DevProxy project. DevProxy is a command-line tool provided by Microsoft aimed at enhancing the reliability of applications by simulating API interactions and identifying errors.

Contents

Project Description

DevProxy facilitates the testing of applications by simulating API behaviors and identifying potential issues before they impact production environments. This repository includes the source code for DevProxy, along with documentation and examples demonstrating its usage.

How to Use

  • DevProxy: Command-line tool for simulating APIs and testing application reliability.

Project Structure

The project structure is organized as follows:

  • DevProxy.WebApp: Contains the source code for the DevProxy web application, which displays weather forecasts.
  • DevProxy.API: Includes the web service for weather data, utilized by the web application.
  • DevProxy.sln: Main solution file connecting both the web application and API projects.

Article

For more information on how to use DevProxy and its integration with your projects, please refer to the article: Dev Proxy: Enhancing Client-Side API Reliability through Simulated Errors and Responses.

Getting Started

To run DevProxy locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/ottorinobruni/DevProxy.git
  2. Navigate to the project directory: cd DevProxy
  3. Build the project.
  4. Run WebApp and API projects.

Contributions

Contributions are welcome! If you'd like to improve this project, open a pull request or report an issue.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published