React Admin Web Form
Creates a task and sends the form data to the backend.
cd
into the project directorynpm install
to install dependenciescd
into the client directory (./client/)npm install
to install dependenciesnpm run dev
to start the server and the applocalhost:3000
The servers should start at the following addresses:
curl -X POST -v -d '{"delivery_at":"2017-01-01", "recipient":{"name":"User","zipcode":"10249","street":"Test 23","city":"Berlin","state":"Berlin","country":"germany","phone":"+49 176 22222222"}}' -H "Content-Type: application/json" http://localhost:5000/tasks
curl http://localhost:5000/tasks
curl http://localhost:5000/countries
Questions? Send an email to: k.zysk@zoho.com
This project is licensed under the MIT License - see the LICENSE.md file for details