Skip to content

liezlsantos/catlas-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.