Files
mina-sidor-fa-web/mock-api/dafa-web
Erik Tiekstra 5a97ebff78 feat(employee-list): Added search functionality using API. (TV-221)
Squashed commit of the following:

commit 4b93fcf4b8442a30c8d56cf8364f710b2d24c4e2
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date:   Mon Jun 14 15:50:17 2021 +0200

    Added fullName inside mock-api and filtering using api
2021-06-15 09:16:15 +02:00
..
2021-04-28 08:33:07 +02:00

dafa-web mock-api

Get started

Run npm install to install all dependencies.

Get the mock-api up and running

Run npm start and navigate to localhost:8000 to see a simple overview of the API. Navigate to localhost:8000 to see a quick explaination on which recources and routes are available inside the API.

Mock delayed response

Run npm run start:delay to use the API with a delayed response.