v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
💉 Database Seeding

Seed social media

This API endpoint is responsible for populating all the essential entities required for a social media app service in the database.

It provides a convenient way for developers to initialize the social media app with dummy or sample data for testing or development purposes.

post/seed/social-media

Response

Seed social media

dataobject
messagestring
statusCodenumber
successboolean

Example response

{
  "message": "Database populated for social media successfully",
  "statusCode": 201,
  "success": true
}