Skip to content

MarceloFonseca/tasks-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

Simple tasks API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published