Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 414 Bytes

LinkedList API

Usage

  1. Run npm install
  2. Run npm run docker:up to start PostgreSQL and Redis containers
  3. Run npm run dev to play with the application

Running Tests

  1. Run npm run docker:down to stop default containers (If you started them runnig npm run docker:up)
  2. Run npm test

To Rerun Tests:

  • Run npm run test:only

To Stop Containers:

  • Run npm run docker:down