A Fastify-based service for generating social media sharing images, developed by @lxup.
- Add more endpoints (playlists, reviews, etc.)
npm install
cp .env.template .env
# Add your environment variables to .env
npm run devExplore the API routes and their documentation using the Swagger interface:
- Endpoint: /docs
- Description: Access the interactive Swagger UI to view and test all available API endpoints, including parameters and response formats.
Visit http://localhost:9000/docs after starting the service to explore the API documentation.