It's a restful api that can create, list, get, update and delete tasks.
install the packages by running:
npm i
then run
npm run build && npm run start
to build the optimized files and start the server. To start in developer mode:
npm run start:dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
It's a restful api that can create, list, get, update and delete tasks.
install the packages by running:
npm i
then run
npm run build && npm run start
to build the optimized files and start the server. To start in developer mode:
npm run start:dev