Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 622 Bytes

File metadata and controls

14 lines (9 loc) · 622 Bytes

Noodles Codec

This service is responsible for encoding and decoding data into DNA sequences. It provides APIs for uploading files, retrieving encoded data, and managing storage.

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.