Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 433 Bytes

CATLAS API

This is a proxy service that proxies to The Cat API.

Getting Started

Prerequisites

  • Node.js ^20

Starting the development server

  1. Copy .env.example to .env. Replace CAT_API_KEY with a valid key retrieved from The Cat API.
  2. Run npm install to install dependencies.
  3. Run npm run dev. This will start the server on http://localhost:3001.