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:
8
front/MyINPulse-front/fake_data/db.json
Normal file
8
front/MyINPulse-front/fake_data/db.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user