Backend API for the searchable meme gallery. Provides endpoints for managing media, tags, collections, and more.
- Node.js (use the version specified in
.nvmrc
) - Docker
- meme-archives-ops
- AWS S3
See the .env.example
file for more information on required environment variables.
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