Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

indiana-university/itpeople-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT People

Setup

Install dependencies

npm install

Run

Run locally using mock json-server API endpoints.

npm run dev

Other run options

npm run dev:user # permission and authorization rules
npm run dev:admin # admin permissions
npm run dev:slow # slow and random API response times
npm run dev:chaos # random errors (404,403,500, timeouts) to emulate unstable API server

Test

Run tests

npm run test

Run tests whenever changes are made

npm run tdd