Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10,531 changes: 10,531 additions & 0 deletions dist/src/app/assets/pokemon.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions dist/src/app/assets/templates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"fileName": "users",
"name": "User List",
"description": "Realistic sample user data for testing authentication systems, user management features"
},
{
"fileName": "posts",
"name": "Blog Posts",
"description": "Sample blog post data for testing CMS features, content management, and publishing workflows."
},
{
"fileName": "events",
"name": "Event List",
"description": "Sample event data for testing calendar features, registrations, and event management."
},
{
"fileName": "pokemon",
"name": "Pokémon Info",
"description": "The original 150 Pokémon, complete with their stats, classifications, evolutions, and attacks."
},
{
"fileName": "airports",
"name": "World Airports",
"description": "Top 30 busiest international airports with IATA codes and coordinates."
}
]
Loading
Loading