💉 Database Seeding
Seed chat app
This API endpoint is responsible for populating all the essential entities required for a chat app service in the database. It provides a convenient way for developers to initialize the chat app with dummy or sample data for testing or development purposes.
post/seed/chat-app
Response
Seed chat app
Example response
{
"message": "Database populated for chat app successfully",
"statusCode": 201,
"success": true
}