Files
mina-sidor-fa-web/mock-api/mina-sidor-fa
Daniel Appelgren 52cd7ad6f4 fix: Fix mock-api login functionality
Squashed commit of the following:

commit 9022427d59290dfd2b08c4a076d6b0690d44d926
Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se>
Date:   Mon Sep 13 13:25:05 2021 +0200

    Update mock-apis
2021-09-14 13:26:04 +02:00
..
2021-09-01 15:09:56 +02:00

mina-sidor-fa 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.