A web server that returns JSON formatted dummy response from a data.js
file. It returns Bob's profile data for GET type or Bob's password for POST type requests.
Web server is build on express with cors middelware.
# install
yarn
# run
yarn start
Create GET
or POST
request at http://localhost:3000/auth/bob
.