Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 603 Bytes

api-gentag

og_image_v2

This is the source code repository for the GenTag back-end web API.

Requirements

  • Node.js v18 LTS+
  • PNPM package manager (npm i -g pnpm)

Setup

  • Create an .env file and configure based on .env.example
  • You will need to configure your own /resources folder. Copy the /resources_example folder, rename it to /resources, and edit to your requirements.
  • Install dependencies with pnpm i
  • Build with pnpm build
  • Start with node dist/index.js