Skip to content

mitchdowney/meme-archives-api

 
 

Repository files navigation

Meme Archives API

Backend API for the searchable meme gallery. Provides endpoints for managing media, tags, collections, and more.

Prerequisites

  • Node.js (use the version specified in .nvmrc)
  • Docker
  • meme-archives-ops
  • AWS S3

Environment Variables

See the .env.example file for more information on required environment variables.

Setup

Install dependencies:

npm install

Build the project:

npm run build

Run the API for local development:

npm run dev

Run the API for local development with a file watcher:

npm run dev:watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • PLpgSQL 6.0%
  • Other 1.7%