feat: adding first fake api (use this cmd in fake_data reportory: json-server --watch db.json --port 5000) + fetching witch axios for now (npm install axios)

This commit is contained in:
2025-02-18 07:20:58 +01:00
parent aa5988ce75
commit 651fb2b1a1
4 changed files with 108 additions and 15 deletions

View File

@ -0,0 +1,8 @@
{
"entrepreneurs": [
{ "id": 1, "name": "Alice", "email": "alice@example.com" },
{ "id": 2, "name": "Bob", "email": "bob@example.com" },
{ "id": 3, "name": "Charlie", "email": "charlie@example.com" }
]
}