Create a db.json
file with some data
{
"messages": [
],
}
Start JSON Server
json-server --watch db.json
Now if you go to http://localhost:3000/messages, you'll get all of the posted data.
Create a db.json
file with some data
{
"messages": [
],
}
Start JSON Server
json-server --watch db.json
Now if you go to http://localhost:3000/messages, you'll get all of the posted data.
npm i @htmlbricks/hb-form-contact
7
0.20.14
MIT
180 kB
11