Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 666 Bytes

File metadata and controls

14 lines (9 loc) · 666 Bytes

Noodles Proxy

The Noodles Proxy service acts as an intermediary between clients and the various Noodles services, such as the Codec and User Management services. It handles routing, authentication, and request forwarding.

Installation

  1. Clone the repository
  2. Install dependencies using pnpm install or npm install
  3. Build the application using pnpm build or npm run build
  4. Run the application using pnpm start or npm start (or use pnpm dev or npm run dev for development mode)

Configuration

All configuration can be done through environment variables. Refer to the .env.example file for a list of available configuration options.