Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

einarolafs/Recipient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipient Form (Frontend Challenge)

Running the project

npm i nodemon -g
yarn build
yarn dev

Servers

The servers should start at the following addresses:

Frontend

The frontend part of the project should be developed inside the client directory.

Backend examples

Creating a task

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

Listing tasks

curl http://localhost:5000/tasks

Listing allowed countries

curl http://localhost:5000/countries

About

Example of a simple React Form using Material UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published