Simple Tasks API (GET only)
-
Go to app dir and run npm install
-
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
- You can access the API using: http://localhost:3008/api/tasks/