test-node-js

API TASK SEDERHANA

Run App

  • Requirement:

  • Clone the repo.

    git clone https://github.com/faisalchakiki/test-node-js
    cd test-node-js
  • Install the dependencies.

    npm install

    Development

    Set up your ENV

    npm run dev

    Open Postman Run the development server and open http://localhost:3000

Main End Point

url method desc
/tasks GET Get all task
/tasks POST Add task