Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 391 Bytes

tasks-api

Simple Tasks API (GET only)

Usage instructions

  1. Go to app dir and run npm install

  2. Launch API using: “PORT=3008 NEW_TASK_PERIOD=60000 npm start”, where:

  • PORT: App port, default 8080
  • NEW_TASK_PERIOD: Period on which a new task is added to the list (in milliseconds), default: 60000
  1. You can access the API using: http://localhost:3008/api/tasks/