mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
Update AdventureCard component to include regionId and visited properties, and add country flag support
This commit is contained in:
parent
715a4ffd87
commit
a550fd58f7
10 changed files with 548 additions and 1 deletions
|
@ -1,6 +1,58 @@
|
|||
INSERT INTO "worldTravelCountryRegions" (id, name, country_code)
|
||||
VALUES
|
||||
('US-AL', 'Alabama', 'us'),
|
||||
('US-AL', 'Alabama', 'us', '{
|
||||
"name": "Alabama",
|
||||
"abbreviation": "AL",
|
||||
"description": "Alabama is a state located in the southeastern region of the United States. Known for its rich history, including its role in the American Civil War and the Civil Rights Movement, Alabama offers a diverse landscape of mountains, plains, and coastal areas. The state boasts a humid subtropical climate and is known for its strong tradition in college sports, particularly football. Alabama's economy is diverse, with major industries including automotive manufacturing, agriculture, and aerospace. Tourists are drawn to Alabama's natural beauty, historical sites, and cultural landmarks.",
|
||||
"capital": "Montgomery",
|
||||
"largest_city": "Birmingham",
|
||||
"area": {
|
||||
"total": 52420,
|
||||
"units": "square miles"
|
||||
},
|
||||
"population": {
|
||||
"estimate": 4903185,
|
||||
"year": 2020
|
||||
},
|
||||
"state_flower": "Camellia",
|
||||
"state_bird": "Yellowhammer",
|
||||
"state_tree": "Southern Longleaf Pine",
|
||||
"climate": {
|
||||
"description": "Humid subtropical",
|
||||
"summer_highs": "80-90°F",
|
||||
"winter_lows": "30-50°F",
|
||||
"precipitation": "Abundant throughout the year"
|
||||
},
|
||||
"economy": {
|
||||
"industries": [
|
||||
"Automotive Manufacturing",
|
||||
"Agriculture",
|
||||
"Mining",
|
||||
"Technology",
|
||||
"Aerospace"
|
||||
],
|
||||
"agricultural_products": [
|
||||
"Poultry",
|
||||
"Cotton",
|
||||
"Peanuts",
|
||||
"Soybeans",
|
||||
"Corn"
|
||||
]
|
||||
},
|
||||
"tourism": {
|
||||
"attractions": [
|
||||
"U.S. Space & Rocket Center",
|
||||
"Gulf Shores and Orange Beach",
|
||||
"Rosa Parks Museum",
|
||||
"Civil Rights Institute",
|
||||
"Little River Canyon National Preserve"
|
||||
]
|
||||
},
|
||||
"major_sports_teams": [
|
||||
"Alabama Crimson Tide (NCAA)",
|
||||
"Auburn Tigers (NCAA)"
|
||||
]
|
||||
}'),
|
||||
('US-AK', 'Alaska', 'us'),
|
||||
('US-AZ', 'Arizona', 'us'),
|
||||
('US-AR', 'Arkansas', 'us'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue