Skip to content

Files

Latest commit

Apr 9, 2025
8af8f56 · Apr 9, 2025

History

History
16 lines (12 loc) · 1.15 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.15 KB

API Proxy Server codecov

JavaScript Node.js Express.js Jest

A proxy server built in ExpressJS that bypasses a CORs error on an API request. The server acts as a mediator between the client and server by adding CORS headers to a request. It operates between the frontend web application that initiates the request and the server that provides the response data.