fix + feat: api test + error fix
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
{
|
||||
"entrepreneurs": [
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
|
||||
],
|
||||
"data": [
|
||||
{ "data": "this is a fake data to test api" }
|
||||
]
|
||||
}
|
||||
|
2
front/MyINPulse-front/fake_data/open.sh
Executable file
2
front/MyINPulse-front/fake_data/open.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/bash
|
||||
json-server --watch db.json --port 5000
|
Reference in New Issue
Block a user